Sidebar constructor
const
Sidebar({
- Key? key,
- List<
TSidebarItem> ? items, - double? minWidth,
- double? maxWidth,
- double minifiedWidth = 80,
- bool isMinimized = true,
- dynamic onTap()?,
- Widget? header,
- Widget? minifiedHeader,
- TSidebarTheme? theme,
Implementation
const Sidebar({
super.key,
this.items,
this.minWidth,
this.maxWidth,
this.minifiedWidth = 80,
this.isMinimized = true,
this.onTap,
this.header,
this.minifiedHeader,
this.footer,
this.theme,
});