menu
purpi_kit package
documentation
core/routers/app_router.gr.dart
HtmlViewRouteArgs
HtmlViewRouteArgs.new const constructor
HtmlViewRouteArgs.new const constructor
dark_mode
light_mode
HtmlViewRouteArgs
constructor
const
HtmlViewRouteArgs
(
{
Key
?
key
,
required
String
pageContent
,
required
String
pagesTitre
,
})
Implementation
const HtmlViewRouteArgs({ this.key, required this.pageContent, required this.pagesTitre, });
purpi_kit package
documentation
core/routers/app_router.gr
HtmlViewRouteArgs
HtmlViewRouteArgs.new const constructor
HtmlViewRouteArgs class