withTextStyle method
- TextStyle value
Replaces LabelStyle.textStyle with value.
Implementation
LabelStyle withTextStyle(TextStyle value) => copyWith(textStyle: value);
Replaces LabelStyle.textStyle with value.
LabelStyle withTextStyle(TextStyle value) => copyWith(textStyle: value);