withConnectorLength method

RadialBarCategoryLabelConfig withConnectorLength(
  1. double value
)

Replaces RadialBarCategoryLabelConfig.connectorLength with value.

Implementation

RadialBarCategoryLabelConfig withConnectorLength(double value) =>
    copyWith(connectorLength: value);