withPadding method
- EdgeInsets value
Replaces SeriesLabelBackground.padding with value.
Implementation
SeriesLabelBackground withPadding(EdgeInsets value) =>
copyWith(padding: value);
Replaces SeriesLabelBackground.padding with value.
SeriesLabelBackground withPadding(EdgeInsets value) =>
copyWith(padding: value);