withConcentricCenterFormatterDescriptor method

ChartDocumentExtractOptions withConcentricCenterFormatterDescriptor(
  1. JsonObjectValue value
)

Replaces ChartDocumentExtractOptions.concentricCenterFormatterDescriptor with value.

Implementation

ChartDocumentExtractOptions withConcentricCenterFormatterDescriptor(
  JsonObjectValue value,
) => copyWith(concentricCenterFormatterDescriptor: value);