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