LayoutDesktopTopBar constructor
const
LayoutDesktopTopBar({
- Key? key,
- required TSidebarItem? homeItem,
- required List<
TSidebarItem> resolvedItems, - required Widget? profile,
- required bool showThemeToggle,
- required bool showColorToggle,
- required List<
Widget> ? actions, - required bool showFullscreenToggle,
- required bool showLogout,
- required VoidCallback? onLogout,
Implementation
const LayoutDesktopTopBar({
super.key,
required this.homeItem,
required this.resolvedItems,
required this.profile,
required this.showThemeToggle,
required this.showColorToggle,
required this.actions,
required this.showFullscreenToggle,
required this.showLogout,
required this.onLogout,
});