Sidebar constructor

const Sidebar({
  1. String? currentRoute,
  2. required List<SidebarGroup> groups,
})

Implementation

const Sidebar({this.currentRoute, required this.groups});