CDKDialogPopover constructor
- {Key? key,
- required GlobalKey<
State< anchorKey,StatefulWidget> > - CDKDialogPopoverType type = CDKDialogPopoverType.center,
- bool isAnimated = false,
- bool isTranslucent = false,
- Function? onHide,
- required Widget child}
Implementation
const CDKDialogPopover({
Key? key,
required this.anchorKey,
this.type = CDKDialogPopoverType.center,
this.isAnimated = false,
this.isTranslucent = false,
this.onHide,
required this.child,
}) : super(key: key);