ModBaseLayout constructor
const
ModBaseLayout({
- Key? key,
- required String title,
- Widget? logo,
- required Widget body,
- List<
String> ? claims, - UserProfile? userProfile,
- List<
Widget> ? appBarActions, - bool showDefaultActions = true,
- Widget? sidebarHeader,
- Color? sidebarBackgroundColor,
- Color? sidebarSelectedColor,
- Color? sidebarUnselectedColor,
- Widget? drawerHeader,
Implementation
const ModBaseLayout({
super.key,
required this.title,
this.logo,
required this.body,
this.claims,
required this.menuGroups,
this.userProfile,
this.appBarActions,
this.showDefaultActions = true,
this.sidebarHeader,
this.sidebarFooter,
this.footer,
this.sidebarBackgroundColor,
this.sidebarSelectedColor,
this.sidebarUnselectedColor,
this.footerHeight = 50.0,
this.drawerHeader,
});