menu
terminice package
documentation
testing.dart
TextInputState
clearError method
clearError method
dark_mode
light_mode
clearError
method
void
clearError
(
)
Clears validation error.
Implementation
void clearError() { valid = true; error = null; }
terminice package
documentation
testing
TextInputState
clearError method
TextInputState class