menu
mpflutter_core package
documentation
dev_app/runApp.dart
MPApp
MPApp const constructor
MPApp const constructor
dark_mode
light_mode
MPApp
constructor
const
MPApp
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const MPApp({super.key, required this.child});
mpflutter_core package
documentation
dev_app/runApp
MPApp
MPApp const constructor
MPApp class