DesktopGroupInitialScreen constructor

const DesktopGroupInitialScreen({
  1. Key? key,
  2. bool showBackButton = true,
})

Implementation

const DesktopGroupInitialScreen({Key? key, this.showBackButton = true})
    : super(key: key);