menu
kloktun_uikit package
documentation
components/switch/switch.dart
KSwitch
KSwitch.new const constructor
KSwitch.new const constructor
dark_mode
light_mode
KSwitch
constructor
const
KSwitch
(
{
Key
?
key
,
bool
value
=
false
,
dynamic
onChange
(
bool
)?,
bool
disabled
=
false
,
})
Implementation
const KSwitch( {super.key, this.value = false, this.onChange, this.disabled = false});
kloktun_uikit package
documentation
components/switch/switch
KSwitch
KSwitch.new const constructor
KSwitch class