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