AnchoredPopUpRegion constructor
AnchoredPopUpRegion({})
Implementation
AnchoredPopUpRegion(
{Key? key,
required this.child,
required this.popChild,
this.anchor,
this.popAnchor,
this.barrierDismissable,
this.barrierColor,
this.mode = PopUpMode.hover,
this.delay,
this.buttonBuilder})
: super(key: key);