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