menu
mobile package
documentation
light_on_off.dart
MyApp
MyApp.new const constructor
MyApp.new const constructor
dark_mode
light_mode
MyApp
constructor
const
MyApp
(
{
Key
?
key
,
})
Implementation
const MyApp({Key? key}) : super(key: key);
mobile package
documentation
light_on_off
MyApp
MyApp.new const constructor
MyApp class