AuthIconType enum Null safety
This enum make you able to choose the type of an icon.
Constructors
- AuthIconType()
-
const
Values
- secondary → const AuthIconType
-
The secondary icon look, most of the time it is not close the default one.
AuthIconType()
- outlined → const AuthIconType
-
The outline icon look, most it takes the default one and add a outline borders.
AuthIconType()
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<
AuthIconType> -
A constant List of the values in this enum, in order of their declaration.
[secondary, outlined]