DesktopEmptyGroup constructor

const DesktopEmptyGroup(
  1. bool createBtnTapped, {
  2. Key? key,
  3. Function? onCreateBtnTap,
})

Implementation

const DesktopEmptyGroup(this.createBtnTapped, {Key? key, this.onCreateBtnTap})
    : super(key: key);