NewLoading class

Constructors

NewLoading()

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 Properties

cancelInstance ↔ CancelFunc
getter/setter pair

Static Methods

start({int backgroundColor = 0x42000000, int seconds = 10, bool clickClose = true, bool allowClick = true, bool ignoreContentClick = false, bool crossPage = true, int animationMilliseconds = 200, int animationReverseMilliseconds = 200, BackButtonBehavior backButtonBehavior = BackButtonBehavior.none}) → dynamic
stop() → dynamic