GFToastPosition enum
ToastPosition Used to define the position of the Toast on the screen See GFToast
Values
- TOP → const GFToastPosition
-
GFToastPosition.TOP is used to show toast top of the screen
- BOTTOM → const GFToastPosition
-
GFToastPosition.BOTTOM is used to show toast bottom of the screen
- CENTER → const GFToastPosition
-
GFToastPosition.CENTER is used to show toast center of the screen
- TOP_LEFT → const GFToastPosition
-
GFToastPosition.TOP_LEFT is used to show toast top left of the screen
- TOP_RIGHT → const GFToastPosition
-
GFToastPosition.TOP_RIGHT is used to show toast top right of the screen
- BOTTOM_LEFT → const GFToastPosition
-
GFToastPosition.BOTTOM_LEFT is used to show toast bottom left of the screen
- BOTTOM_RIGHT → const GFToastPosition
-
GFToastPosition.BOTTOM_RIGHT is used to show toast bottom right of the screen
- CENTER_LEFT → const GFToastPosition
-
GFToastPosition.CENTER_LEFT is used to show toast center left of the screen
- CENTER_RIGHT → const GFToastPosition
-
GFToastPosition.CENTER_RIGHT is used to show toast center right of the screen
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<
GFToastPosition> - A constant List of the values in this enum, in order of their declaration.