pop/popup_window library
Classes
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 控件