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