menu
messenger
ui/page/home/page/my_profile/widget/switch_field.dart
SwitchField
SwitchField const constructor
SwitchField
dark_mode
light_mode
SwitchField
constructor
const
SwitchField
(
{
Key
?
key
,
String
?
text
,
bool
value
=
false
,
void
onChanged
(
bool
)?,
})
Implementation
const SwitchField({super.key, this.text, this.value = false, this.onChanged});
messenger
switch_field
SwitchField
SwitchField const constructor
SwitchField class