LoadingSpinDialog class

Constructors

LoadingSpinDialog(BuildContext _context, {bool barrierDismissible = true, double? loadWidth, bool showBg = false})

Properties

barrierDismissible bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isClose bool
getter/setter pair
loadWidth double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBg bool
getter/setter pair

Methods

close() → void
关闭loading
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show({Function? onClosed}) → void
打开loading
toString() String
A string representation of this object.
inherited

Operators

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