withLabelStyle method
- TextStyle value
Replaces SeriesCalloutConfig.labelStyle with value.
Implementation
SeriesCalloutConfig withLabelStyle(TextStyle value) =>
copyWith(labelStyle: value);
Replaces SeriesCalloutConfig.labelStyle with value.
SeriesCalloutConfig withLabelStyle(TextStyle value) =>
copyWith(labelStyle: value);