Dialog constructor
const
Dialog({})
Creates a dialog.
Typically used in conjunction with showDialog.
Implementation
const Dialog({
Key? key,
this.backgroundColor,
this.elevation,
this.insetAnimationDuration = const Duration(milliseconds: 100),
this.insetAnimationCurve = Curves.decelerate,
this.shape,
this.child,
}) : super(key: key);