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