setTextStyle method

void setTextStyle(
  1. TextStyle? value
)

Implementation

void setTextStyle(TextStyle? value) {
  onNotifyWithCallback(() => textStyle = value);
}