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