DesktopGroupBottomSheet constructor

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

Implementation

const DesktopGroupBottomSheet(
  this.onPressed,
  this.buttontext, {
  this.message = '',
});