Sidebar constructor
const
Sidebar({
- String? currentRoute,
- required List<
SidebarGroup> groups,
Implementation
const Sidebar({this.currentRoute, required this.groups});