GFToggleType enum
GFToggleType is used to change the shape of
Values
- android → const GFToggleType
-
GFToggleType.android is used for basic toggle shape of android mode
- custom → const GFToggleType
-
GFToggleType.custom is used to change the shape of GFToggle
- ios → const GFToggleType
-
GFToggleType.ios is used for basic toggle shape of ios mode
- square → const GFToggleType
-
GFToggleType.square is used for square shape of GFToggle
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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<
GFToggleType> - A constant List of the values in this enum, in order of their declaration.