withConnectorColor method

RadialBarDataLabelConfig withConnectorColor(
  1. Color value
)

Replaces RadialBarDataLabelConfig.connectorColor with value.

Implementation

RadialBarDataLabelConfig withConnectorColor(Color value) =>
    copyWith(connectorColor: value);