SidebarItems constructor
const
SidebarItems({
- Key? key,
- required List<
TSidebarItem> items, - double? maxWidth,
- bool isMinimized = false,
- TSidebarTheme? theme,
- dynamic onTap()?,
Implementation
const SidebarItems({super.key, required this.items, this.maxWidth, this.isMinimized = false, this.theme, this.onTap});