menu
flutter_lifecycle_aware package
documentation
demo.dart
MyPage
MyPage.new const constructor
MyPage.new const constructor
dark_mode
light_mode
MyPage
constructor
const
MyPage
(
{
Key
?
key
,
})
Implementation
const MyPage({Key? key}) : super(key: key);
flutter_lifecycle_aware package
documentation
demo
MyPage
MyPage.new const constructor
MyPage class