withConcentricCenterFormatterDescriptor method
- JsonObjectValue value
Replaces ChartDocumentExtractOptions.concentricCenterFormatterDescriptor with value.
Implementation
ChartDocumentExtractOptions withConcentricCenterFormatterDescriptor(
JsonObjectValue value,
) => copyWith(concentricCenterFormatterDescriptor: value);