menu
auto_form_plus package
documentation
auto_form.dart
AutoFormState
setFromError method
setFromError method
dark_mode
light_mode
setFromError
method
void
setFromError
(
String
error
)
Implementation
void setFromError(String error) { setState(() { _errorMessage = error; }); }
auto_form_plus package
documentation
auto_form
AutoFormState
setFromError method
AutoFormState class