component/popup library

Classes

AlertConfirmCancel
弹出带 确定 和 取消 的按钮 点击 确定 或 取消 自动关闭 Pop up the button with OK and cancel click OK or cancel to automatically close
AlertCountSelect
带取消的 弹窗 单列选择
AlertMessage
弹出带确定的按钮 点击确定自动关闭 Pop up the button with "OK" and click "OK" to automatically close
AlertOnlyMessage
只弹出提示 没有按钮 不能关闭 Only pop-up prompt, no button, can not be closed
BasicLoading
loading

Functions

alertOnlyMessage(String? text, {bool autoOff = true}) ExtendedOverlayEntry?
showBasicBottomSheet<T>(Widget widget, {bool isScrollControlled = false, BottomSheetOptions? options}) Future<T?>
showBottomPopup 移除背景色 关闭滑动手势
showDoubleChooseAlert({required String title, required String left, required String right, GestureTapCallback? rightTap, GestureTapCallback? leftTap, Widget? center, ModalWindowsOptions? options, DialogOptions? dialogOptions}) Future<bool?>