setTextFontStyle method

void setTextFontStyle(
  1. FontStyle? value
)

Implementation

void setTextFontStyle(FontStyle? value) {
  onNotifyWithCallback(() => textFontStyle = value);
}