SVProgressHUD class

Constructors

SVProgressHUD()

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

dismiss({Duration? delay, VoidCallback? completion}) → void
setBackgroundColor(Color color) → void
setBackgroundLayerColor(Color color) → void
setBorderColor(Color color) → void
setBorderWidth(num width) → void
setCornerRadius(num cornerRadius) → void
setDefaultAnimationType(SVProgressHUDAnimationType type) → void
setDefaultMaskType(SVProgressHUDMaskType maskType) → void
setDefaultStyle(SVProgressHUDStyle style) → void
setFadeInAnimationDuration(num duration) → void
setFadeOutAnimationDuration(num duration) → void
setForegroundColor(Color color) → void
setForegroundImageColor(Color color) → void
setHapticsEnabled(bool hapticsEnabled) → void
setImageViewSize(Size size) → void
setMaximumDismissTimeInterval(num interval) → void
setMinimumDismissTimeInterval(num interval) → void
setMinimumSize(Size minimumSize) → void
setRingNoTextRadius(num radius) → void
setRingRadius(num radius) → void
setRingThickness(num ringThickness) → void
show({String? status}) → void
showError({required String status}) → void
showImage({String? status}) → void
showInfo({required String status}) → void
showProgress(num progress, {String? status}) → void
showSuccess({required String status}) → void