MephistoPopup constructor

const MephistoPopup({
  1. Key? key,
  2. required Widget modal,
  3. Function? onClose,
  4. double? borderRadius,
  5. bool? showElevation = true,
  6. bool? hideBgColor = false,
  7. bool? defaultPadding = true,
  8. double? margin = 15,
})

Implementation

const MephistoPopup(
    {super.key,
    required this.modal,
    this.onClose,
    this.borderRadius,
    this.showElevation = true,
    this.hideBgColor = false,
    this.defaultPadding = true,
    this.margin = 15});