DesktopGroupDetail constructor

DesktopGroupDetail(
  1. AtGroup group,
  2. int currentIndex, {
  3. Key? key,
})

Implementation

DesktopGroupDetail(this.group, this.currentIndex, {Key? key})
    : super(key: key);