withBorderWidth method
- double value
Replaces LabelStyle.borderWidth with value.
Implementation
LabelStyle withBorderWidth(double value) => copyWith(borderWidth: value);
Replaces LabelStyle.borderWidth with value.
LabelStyle withBorderWidth(double value) => copyWith(borderWidth: value);