DefaultRouteLayout constructor
DefaultRouteLayout({
- List<
MenuAction> ? actions, - bool showAppBar = true,
- bool useSafeArea = true,
Implementation
DefaultRouteLayout({
this.actions,
this.showAppBar = true,
this.useSafeArea = true,
}) : super(schemaType: schemaName);