withTextStyle method

LabelStyle withTextStyle(
  1. TextStyle value
)

Replaces LabelStyle.textStyle with value.

Implementation

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