LayoutTopNavMenu constructor
const
LayoutTopNavMenu({
- Key? key,
- required List<
TSidebarItem> items, - TSidebarTheme? theme,
Implementation
const LayoutTopNavMenu({
super.key,
required this.items,
this.theme,
});