menu
fores package
documentation
app/fores_app.dart
MaterialForesApp
MaterialForesApp.new const constructor
MaterialForesApp.new const constructor
dark_mode
light_mode
MaterialForesApp
constructor
const
MaterialForesApp
(
{
Key
?
key
,
required
Map
<
String
,
Widget
>
routes
,
required
Size
designSize
,
String
?
title
,
})
Implementation
const MaterialForesApp({ super.key, required this.routes, required this.designSize, this.title, });
fores package
documentation
app/fores_app
MaterialForesApp
MaterialForesApp.new const constructor
MaterialForesApp class