OverlappingDialog constructor
const
OverlappingDialog({})
Implementation
const OverlappingDialog({
super.key,
this.backgroundColor,
this.elevation,
this.insetAnimationDuration = const Duration(milliseconds: 100),
this.insetAnimationCurve = Curves.decelerate,
this.clipBehavior = Clip.none,
this.shape,
this.rect,
this.child,
});