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