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