DesktopSidebar constructor
const
DesktopSidebar({})
Implementation
const DesktopSidebar({
this.items = const [],
this.isEmptyMessage = 'Não há itens.',
this.isLoading = false,
this.isCollapsed = false,
this.color = Colors.transparent,
this.selectedIndex,
this.width,
this.onOpenPressed,
this.header,
this.body,
this.footer,
super.key,
});