menu
flutstrap package
documentation
components/forms/flutstrap_input.dart
FlutstrapInput
withError method
withError method
dark_mode
light_mode
withError
method
FlutstrapInput
withError
(
String
error
)
Implementation
FlutstrapInput withError(String error) => copyWith(errorText: error);
flutstrap package
documentation
components/forms/flutstrap_input
FlutstrapInput
withError method
FlutstrapInput class