XAlert class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
showBottomAlertAndroid({required dynamic list, dynamic callback, dynamic title})
→ dynamic
-
底部弹出提示框
-
showBottomAlertCustom({required dynamic list, dynamic callback, dynamic title})
→ dynamic
-
底部弹出提示框
-
showBottomAlertIos({required dynamic list, dynamic callback, dynamic title})
→ dynamic
-
底部弹出提示框
-
showCenterTipsAlter({required 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 child})
→ dynamic
-
中间弹出提示框
-
toString()
→ String
-
A string representation of this object.
inherited