DashboardLayoutProps constructor
const
DashboardLayoutProps({})
Implementation
const DashboardLayoutProps({
required this.child,
required this.currentRoute,
required this.navigation,
this.sidebarHeader,
this.sidebarFooter,
this.topBar,
this.sidebarWidth = '256px',
this.backgroundColor = 'var(--background)',
this.sidebarBackgroundColor = 'var(--card)',
});