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