withConnectorLength method

PieDataLabelConfig withConnectorLength(
  1. double value
)

Replaces PieDataLabelConfig.connectorLength with value.

Implementation

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