LayoutTopNavMenu constructor

const LayoutTopNavMenu({
  1. Key? key,
  2. required List<TSidebarItem> items,
  3. TSidebarTheme? theme,
})

Implementation

const LayoutTopNavMenu({
  super.key,
  required this.items,
  this.theme,
});