ShowCustomDialog constructor

const ShowCustomDialog(
  1. Widget body, {
  2. Key? key,
  3. Widget? closeBtn,
  4. Duration? animationTime,
  5. double? height,
  6. double? width,
  7. Color? bgColor,
  8. EdgeInsets? padding,
  9. EdgeInsets? margin,
})

Implementation

const ShowCustomDialog(this.body,
    {super.key,
    this.closeBtn,
    this.animationTime,
    this.height,
    this.width,
    this.bgColor,
    this.padding,
    this.margin});