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