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