menu
luporos_package package
documentation
widgets/btn/text_with_switch.dart
TextWithSwitch
TextWithSwitch.new constructor
TextWithSwitch.new constructor
dark_mode
light_mode
TextWithSwitch
constructor
TextWithSwitch
(
{
Key
?
key
,
String
label
=
'Label'
,
bool
?
value
,
dynamic
onChanged
(
bool
?
)?,
Color
?
color
,
})
Implementation
TextWithSwitch({ super.key, this.label = 'Label', this.value, this.onChanged, this.color, });
luporos_package package
documentation
widgets/btn/text_with_switch
TextWithSwitch
TextWithSwitch.new constructor
TextWithSwitch class