EasyLoadingIndicatorType enum Null safety
loading indicator type. see https://github.com/jogboms/flutter_spinkit#-showcase
Constructors
- EasyLoadingIndicatorType()
-
const
Values
- fadingCircle → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(0)
- circle → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(1)
- threeBounce → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(2)
- chasingDots → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(3)
- wave → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(4)
- wanderingCubes → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(5)
- rotatingPlain → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(6)
- doubleBounce → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(7)
- fadingFour → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(8)
- fadingCube → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(9)
- pulse → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(10)
- cubeGrid → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(11)
- circleGrid → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(12)
- rotatingCircle → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(13)
- foldingCube → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(14)
- pumpingHeart → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(15)
- dualRing → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(16)
- hourGlass → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(17)
- pouringHourGlass → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(18)
- fadingGrid → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(19)
- ring → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(20)
- ripple → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(21)
- spinningCircle → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(22)
- squareCircle → const EasyLoadingIndicatorType
-
const EasyLoadingIndicatorType(23)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
EasyLoadingIndicatorType> -
A constant List of the values in this enum, in order of their declaration.
[fadingCircle, circle, threeBounce, chasingDots, wave, wanderingCubes, rotatingPlain, doubleBounce, fadingFour, fadingCube, pulse, cubeGrid, circleGrid, rotatingCircle, foldingCube, pumpingHeart, dual…