withoutPadding method

CartesianValueSummaryStyle withoutPadding()

Suppresses CartesianValueSummaryStyle.padding — renders nothing and does not inherit the theme value.

Implementation

CartesianValueSummaryStyle withoutPadding() =>
    copyWith(padding: const ChartStyleValue<EdgeInsets>.none());