ArcaneDashboardLayout constructor
const
ArcaneDashboardLayout({})
Implementation
const ArcaneDashboardLayout({
super.key,
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)',
});