withConnectorLength method

RadialBarDataLabelConfig withConnectorLength(
  1. double value
)

Replaces RadialBarDataLabelConfig.connectorLength with value.

Implementation

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