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