SidebarGroup constructor

const SidebarGroup({
  1. String? title,
  2. required List<SidebarLink> links,
})

Implementation

const SidebarGroup({this.title, required this.links});