withTextStyle method

LegendStyle withTextStyle(
  1. TextStyle value
)

Replaces LegendStyle.textStyle with value.

Implementation

LegendStyle withTextStyle(TextStyle value) => copyWith(textStyle: value);