setErrorTextStyleState method

void setErrorTextStyleState(
  1. ValueState<TextStyle>? value
)

Implementation

void setErrorTextStyleState(ValueState<TextStyle>? value) {
  onNotifyWithCallback(() => errorTextStyleState = value);
}