setErrorTextState method

void setErrorTextState(
  1. ValueState<String>? value
)

Implementation

void setErrorTextState(ValueState<String>? value) {
  onNotifyWithCallback(() => errorTextState = value);
}