TemplateRouter constructor
const
TemplateRouter({})
Creates a template routing configuration.
Implementation
const TemplateRouter({
required this.enabled,
required this.strategy,
required this.routeFile,
required this.routerFile,
required this.initialRoute,
required this.screenFolder,
required this.screenSuffix,
required this.ignore,
});