RechargeCommonUtils class

通用逻辑-基本方法管理

Constructors

RechargeCommonUtils()

Properties

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getAppBarWidget(BuildContext context, String title, {Widget? rightChild, bool back = true, bool top = false, bool black = false, Function? pop}) Widget
导航栏
showCustomDialog(BuildContext context, {String? title, String? content, String? left, String? right, bool showLeft = true, bool debounce = true, bool barrierDismissible = true, bool highLeft = true, dynamic callback}) → void
showCustomToast(BuildContext context, String msg) → void