MDialogDarkConfirm constructor

const MDialogDarkConfirm(
  1. String tag,
  2. String content, {
  3. required VoidCallback onConfirm,
  4. String? bgImage,
  5. double? width,
  6. double? height,
  7. String? okText,
  8. double? textTopSpace,
  9. double? textBottomSpace,
  10. Key? key,
})

Implementation

const MDialogDarkConfirm(
  this.tag,
  this.content, {
  required this.onConfirm,
  this.bgImage,
  this.width,
  this.height,
  this.okText,
  this.textTopSpace,
  this.textBottomSpace,
  super.key,
});