UIProLoader class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
Static Methods
flickr ({required Color leftDotColor , required Color rightDotColor , required double size , Key ? key })
→ Widget
Similar to flickr loading animation. Two disks swap positon and come back to initial.
Required leftDotColor is applied to the left disk.
Required rightDotColor is applied to the right disk.
hexagonDots ({required Color color , required double size , Key ? key })
→ Widget
Six dots in each vertice of a gon emerge one by one then shrink to disappear while rotating
Required color is applied to all dots.
horizontalRotatingDots ({required Color color , required double size , Key ? key })
→ Widget
Three dots rotates in a horizontal plane. Required color is applied to all
three dots.
progressiveDots ({required Color color , required double size , Key ? key })
→ Widget
Four dots in a row left most scales down and a new dot emerge from right.
Required color is applied to four dots.
waveDots ({required Color color , required double size , Key ? key })
→ Widget
Three dots go up and down give wave effect. Required color is applied to
all dots.