menu
hrd package
documentation
main.dart
MyApp
MyApp.new const constructor
MyApp.new const constructor
dark_mode
light_mode
MyApp
constructor
const
MyApp
(
{
Key
?
key
,
required
GoRouter
router
,
required
Store
<
AppState
>
store
,
})
Implementation
const MyApp({super.key, required this.router, required this.store});
hrd package
documentation
main
MyApp
MyApp.new const constructor
MyApp class