BadPopup constructor
const
BadPopup({
- Key? key,
- required PopupController controller,
- bool rebuildOnVisible = false,
- VoidCallback? onClickOut,
- required PopupChildBuilder childBuilder,
- required Widget popup,
- Alignment childOrigin = Alignment.bottomLeft,
- Alignment popupOrigin = Alignment.topLeft,
- Offset popupOffset = Offset.zero,
Implementation
const BadPopup({
super.key,
required this.controller,
this.rebuildOnVisible = false,
this.onClickOut,
required this.childBuilder,
required this.popup,
this.childOrigin = Alignment.bottomLeft,
this.popupOrigin = Alignment.topLeft,
this.popupOffset = Offset.zero,
});