inheritLabelStyle method
Resets CartesianValueSummaryStyle.labelStyle to theme inheritance.
Implementation
CartesianValueSummaryStyle inheritLabelStyle() =>
copyWith(labelStyle: const ChartStyleValue<TextStyle>.inherit());
Resets CartesianValueSummaryStyle.labelStyle to theme inheritance.
CartesianValueSummaryStyle inheritLabelStyle() =>
copyWith(labelStyle: const ChartStyleValue<TextStyle>.inherit());