menu
flutter_lifecycle_aware package
documentation
demo.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);
flutter_lifecycle_aware package
documentation
demo
MyApp
MyApp.new const constructor
MyApp class