XAlert class

Constructors

XAlert(BuildContext context)

Properties

barrierColor Color
getter/setter pair
context BuildContext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showBottomAlertAndroid({required dynamic list, dynamic callback, dynamic avtive}) → dynamic
底部弹出提示框
showBottomAlertCustom({dynamic child}) → dynamic
底部弹出提示框
showCenterTipsAlter({Function? callback, dynamic title, dynamic info, dynamic cancelText, dynamic sureText, dynamic width, dynamic height, bool sureBtn = true, bool cancelBtn = true, dynamic heightAuto, dynamic elevation, dynamic minHeight, dynamic maxHeight, dynamic barrierDismissible = false, dynamic cancelBtnBackgroundColor, dynamic sureBtnBackgroundColor, dynamic cancelBtnTextColor, dynamic sureBtnTextColor, dynamic child}) → dynamic
中间弹出提示框
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited