ComLoadingManager class

Loading管理器

Constructors

ComLoadingManager.new()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isLoadingShowing bool
获取loading状态
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hideLoading() → void
隐藏loading(带动画)
hideLoadingImmediately() Future<void>
立即隐藏loading(无动画)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showCustomLoading({required Widget builder(BuildContext), bool barrierDismissible = false, ComToastConfig? config}) → void
显示自定义loading
showLoading({String? message, bool barrierDismissible = false}) → void
显示普通loading
toString() String
A string representation of this object.
inherited

Operators

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