SidebarGroup constructor
const
SidebarGroup({
- String? title,
- required List<
SidebarLink> links,
Implementation
const SidebarGroup({this.title, required this.links});