withConnectorLength method
- double value
Replaces RadialBarCategoryLabelConfig.connectorLength with value.
Implementation
RadialBarCategoryLabelConfig withConnectorLength(double value) =>
copyWith(connectorLength: value);
Replaces RadialBarCategoryLabelConfig.connectorLength with value.
RadialBarCategoryLabelConfig withConnectorLength(double value) =>
copyWith(connectorLength: value);