JJLoadingManager class

Constructors

JJLoadingManager()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxSeconds int
getter/setter pair
msgNotifier ValueNotifier<JJLoadingValueNotifier>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timer Timer?
getter/setter pair

Methods

hideLoading() → void
移除loading
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showLoading(BuildContext context, {String? text, JJLoadingType loadingType = JJLoadingType.circularLoading, Color color = Colors.white, Color backgroundColor = Colors.black54, double width = 100, double height = 100, double radius = 20, dynamic textStyle = const TextStyle(color: Colors.white, fontSize: 14, fontWeight: FontWeight.w400)}) → dynamic
添加loading
showProgress(BuildContext context, {String? text, JJLoadingType loadingType = JJLoadingType.circularLoading, JJProgressType progressType = JJProgressType.circularProgress, Color color = Colors.white, Color backgroundColor = Colors.black54, double width = 100, double height = 100, double radius = 20, dynamic textStyle = const TextStyle(color: Colors.white, fontSize: 14, fontWeight: FontWeight.w400), Axis axis = Axis.vertical}) → dynamic
添加loading
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance JJLoadingManager
no setter