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