SidebarItems constructor

const SidebarItems({
  1. Key? key,
  2. required List<TSidebarItem> items,
  3. bool isMinimized = false,
  4. TSidebarTheme? theme,
  5. dynamic onTap(
    1. TSidebarItem
    )?,
})

Implementation

const SidebarItems({super.key, required this.items, this.isMinimized = false, this.theme, this.onTap});