popup_window library
Classes
- PhoenixPopupRoute
- PopupListWindow
- 基于 PopUpWindow 的 弹窗列表工具类
- PopupWindow
- 通用 Popup Window 提示,带三角号
Enums
- PopupDirection
- popup window 位于 targetView 的方向
Typedefs
- PopupListItemBuilder = Widget? Function(int index, String item)
-
popup 用于构造自定义的 Item
index
Item 的索引item
Item 内容 - PopupListItemClick = bool Function(int index, String item)
-
popup 中每个 Item 被点击时的回调,并决定是否拦截点击事件
index
Item 的索引item
Item 内容 返回 true 则拦截点击事件,不再走 pop 逻辑