CustomDialog constructor
const
CustomDialog({})
Implementation
const CustomDialog({
super.key,
required this.child,
required this.expanded,
this.insetAnimationDuration = const Duration(milliseconds: 100),
this.insetAnimationCurve = Curves.decelerate,
});