withConnectorWidth method

RadialBarCategoryLabelConfig withConnectorWidth(
  1. double value
)

Replaces RadialBarCategoryLabelConfig.connectorWidth with value.

Implementation

RadialBarCategoryLabelConfig withConnectorWidth(double value) =>
    copyWith(connectorWidth: value);