menu
aegee_leiden_app
services/navigation/routes.dart
EventRoute
EventRoute const constructor
EventRoute
dark_mode
light_mode
EventRoute
constructor
const
EventRoute
(
{
required
String
id
,
bool
?
edit
}
)
Implementation
const EventRoute({required this.id, this.edit});
aegee_leiden_app
routes
EventRoute
EventRoute const constructor
EventRoute class