menu
septeo_design_system package
documentation
atomes/forms/option_switch.dart
OptionSwitch
OptionSwitch.new const constructor
OptionSwitch.new const constructor
dark_mode
light_mode
OptionSwitch
constructor
const
OptionSwitch
(
{
Key
?
key
,
required
String
label
,
required
bool
initialValue
,
void
onChanged
(
bool
)?,
})
Implementation
const OptionSwitch({ super.key, required this.label, required this.initialValue, this.onChanged, });
septeo_design_system package
documentation
atomes/forms/option_switch
OptionSwitch
OptionSwitch.new const constructor
OptionSwitch class