JJLoadingManager class
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