LoadingButtonType enum Null safety
Constructors
- LoadingButtonType()
-
const
Values
- Raised → const LoadingButtonType
-
const LoadingButtonType(0)
- Flat → const LoadingButtonType
-
const LoadingButtonType(1)
- Outline → const LoadingButtonType
-
const LoadingButtonType(2)
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<
LoadingButtonType> -
A constant List of the values in this enum, in order of their declaration.
[Raised, Flat, Outline]