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