CDKDialogPopoverArrowed constructor

const CDKDialogPopoverArrowed({
  1. Key? key,
  2. required GlobalKey<State<StatefulWidget>> anchorKey,
  3. bool isAnimated = false,
  4. bool isTranslucent = true,
  5. Function? onHide,
  6. required Widget child,
})

Implementation

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