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