pop/pop_lib library

Classes

MousePopupButton<T>
create_user: zhengzaihong email:1096877329@qq.com create_date: 2024/2/5 create_time: 16:53 describe: 鼠标右键弹出窗 防止移动端误入使用鼠标右键弹出窗,这里外部推荐方 1方式处理
PopRoute
create_user: zhengzaihong email:1096877329@qq.com create_date: 2021-12-11 create_time: 17:59 describe: 路由

Enums

PopupGravity
create_user: zhengzaihong email:1096877329@qq.com create_date: 2021-12-11 create_time: 18:02 describe: 指定pop的弹出位置,支持tagwidget弹出 popup_window

Functions

createPopupWindow<T>(BuildContext context, {Widget childFun(PopupWindow popup)?, Size? childSize, PopupGravity? gravity, bool? customAnimation, bool? customPop, bool? customPage, Color? bgColor, RenderBox? targetRenderBox, bool? underStatusBar, bool? underAppBar, bool? clickOutDismiss, bool? clickBackDismiss, double? offsetX, double? offsetY, Duration? duration, bool? needSafeDisplay, bool? useCustomWH, double? customWidth, double? customHeight, dynamic onShowStart(PopupWindow popup)?, dynamic onShowFinish(PopupWindow popup)?, dynamic onDismissStart(PopupWindow popup)?, dynamic onDismissFinish(PopupWindow popup)?, dynamic onClickOut(PopupWindow popup)?, dynamic onClickBack(PopupWindow popup)?}) PopupWindow
showPopupWindow<T>(BuildContext context, {Widget childFun(PopupWindow popup)?, Size? childSize, PopupGravity? gravity, Curve? curve, bool? customAnimation, bool? customPop, bool? customPage, Color? bgColor, RenderBox? targetRenderBox, bool? underStatusBar, bool? underAppBar, bool? clickOutDismiss, bool? clickBackDismiss, double? offsetX, double? offsetY, Duration? duration, bool? needSafeDisplay, bool? useCustomWH, double? customWidth, double? customHeight, dynamic onShowStart(PopupWindow popup)?, dynamic onShowFinish(PopupWindow popup)?, dynamic onDismissStart(PopupWindow popup)?, dynamic onDismissFinish(PopupWindow popup)?, dynamic onClickOut(PopupWindow popup)?, dynamic onClickBack(PopupWindow popup)?}) PopupWindow
create_user: zhengzaihong email:1096877329@qq.com create_date: 2021-12-11 create_time: 18:08 describe: 类似 android 的popwindow 控件