menu
supa_architecture package
documentation
forms/login_form.dart
LoginForm
hasErrors property
hasErrors property
dark_mode
light_mode
hasErrors
property
bool
get
hasErrors
inherited
True whether the control has validation errors.
Implementation
bool get hasErrors => errors.isNotEmpty;
supa_architecture package
documentation
forms/login_form
LoginForm
hasErrors property
LoginForm class