withPadding method

SeriesLabelBackground withPadding(
  1. EdgeInsets value
)

Replaces SeriesLabelBackground.padding with value.

Implementation

SeriesLabelBackground withPadding(EdgeInsets value) =>
    copyWith(padding: value);