DefaultRouteLayout constructor

DefaultRouteLayout({
  1. List<MenuAction>? actions,
  2. bool showAppBar = true,
  3. bool useSafeArea = true,
})

Implementation

DefaultRouteLayout({
  this.actions,
  this.showAppBar = true,
  this.useSafeArea = true,
}) : super(schemaType: schemaName);