menu
dev_tools_screen package
documentation
dev_tools_switch.dart
DevToolsSwitch
DevToolsSwitch.new constructor
DevToolsSwitch.new constructor
dark_mode
light_mode
DevToolsSwitch
constructor
DevToolsSwitch
(
{
required
String
label
,
required
bool
value
,
required
void
onChanged
(
bool
value
),
})
Implementation
DevToolsSwitch({ required this.label, required this.value, required this.onChanged, });
dev_tools_screen package
documentation
dev_tools_switch
DevToolsSwitch
DevToolsSwitch.new constructor
DevToolsSwitch class