NiceAppLayout constructor
- Key? key,
- required Widget body,
- Widget? sidebar,
- PreferredSizeWidget? header,
- double sidebarWidth = 260,
- bool sidebarCollapsed = false,
- double collapsedWidth = 64,
- ValueChanged<
bool> ? onSidebarToggle,
Implementation
const NiceAppLayout({
super.key,
required this.body,
this.sidebar,
this.header,
this.footer,
this.sidebarWidth = 260,
this.sidebarCollapsed = false,
this.collapsedWidth = 64,
this.onSidebarToggle,
});