menu
my_components package
documentation
core_components/CustomSwitch.dart
CustomSwitch
CustomSwitch.new const constructor
CustomSwitch.new const constructor
dark_mode
light_mode
CustomSwitch
constructor
const
CustomSwitch
(
{
Key
?
key
,
required
RxBool
isOn
,
required
dynamic
onChanged
(
bool
),
})
Implementation
const CustomSwitch({super.key, required this.isOn, required this.onChanged});
my_components package
documentation
core_components/CustomSwitch
CustomSwitch
CustomSwitch.new const constructor
CustomSwitch class