menu
website
routes/route.dart
AppRoute
AppRoute constructor
AppRoute
dark_mode
light_mode
AppRoute
constructor
AppRoute
(
{
required
String
route
,
required
Widget
widget
(
Map
<
String
,
dynamic
>
parameters
),
bool
?
user
}
)
Implementation
AppRoute({ required this.route, required this.widget, this.user, });
website
route
AppRoute
AppRoute constructor
AppRoute class