MhPopup constructor
const
MhPopup({})
Implementation
const MhPopup({
required this.child,
required this.follower,
required this.controller,
required this.popupWidth,
required this.popupHeight,
this.offset = Offset.zero,
this.followerAnchor = Alignment.topCenter,
this.targetAnchor = Alignment.bottomCenter,
super.key,
});