ShowDialogWidget constructor
const
ShowDialogWidget({
- Key? key,
- required BuildContext context,
- required Widget wrapper,
- Color? barrierColor,
- EdgeInsetsGeometry? paddings,
- bool isDismissible = true,
- bool isDialog = false,
- bool animate = false,
Implementation
const ShowDialogWidget({
super.key,
required this.context,
required this.wrapper,
this.barrierColor,
this.paddings,
this.isDismissible = true,
this.isDialog = false,
this.animate = false,
});