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