inheritLabelStyle method

CartesianValueSummaryStyle inheritLabelStyle()

Resets CartesianValueSummaryStyle.labelStyle to theme inheritance.

Implementation

CartesianValueSummaryStyle inheritLabelStyle() =>
    copyWith(labelStyle: const ChartStyleValue<TextStyle>.inherit());