DesktopGroupList constructor

const DesktopGroupList(
  1. List<AtGroup> groups, {
  2. Key? key,
  3. int expandIndex = 0,
  4. bool showBackButton = true,
})

Implementation

const DesktopGroupList(this.groups,
    {Key? key, this.expandIndex = 0, this.showBackButton = true})
    : super(key: key);