menu
every_door_plugin package
documentation
fields/combo.dart
ComboOption
withLabel method
withLabel method
dark_mode
light_mode
withLabel
method
ComboOption
withLabel
(
String
label
)
Implementation
ComboOption withLabel(String label) { return ComboOption(value, label: label, widget: widget); }
every_door_plugin package
documentation
fields/combo
ComboOption
withLabel method
ComboOption class