DesktopGroupBottomSheet constructor

const DesktopGroupBottomSheet(
  1. Function onPressed,
  2. String buttontext, {
  3. Key? key,
  4. String message = '',
})

Implementation

const DesktopGroupBottomSheet(
  this.onPressed,
  this.buttontext, {
  Key? key,
  this.message = '',
}) : super(key: key);