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