SidebarGroup constructor

SidebarGroup(
  1. List<Component> children, {
  2. Object? key,
  3. String? label,
})

Implementation

SidebarGroup(this.children, {super.key, this.label});