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