DesktopContactsScreen constructor

const DesktopContactsScreen(
  1. Function onBackArrowTap, {
  2. Key? key,
  3. bool isBlockedScreen = false,
  4. bool showBackButton = true,
})

Implementation

const DesktopContactsScreen(this.onBackArrowTap,
    {Key? key, this.isBlockedScreen = false, this.showBackButton = true})
    : super(key: key);