CDKDialogModal constructor
const
CDKDialogModal({})
Implementation
const CDKDialogModal({
Key? key,
this.isAnimated = false,
this.isTranslucent = false,
this.onHide,
required this.child,
}) : super(key: key);