ToastPlacement
Toast placement.
Enum fields​
Name | Description |
---|---|
TopStart | Toast is placed at the TopStart position of its container. |
TopCenter | Toast is placed at the TopCenter position of its container. |
TopEnd | Toast is placed at the TopEnd position of its container. |
MiddleStart | Toast is placed at the MiddleStart position of its container. |
MiddleCenter | Toast is placed at the MiddleCenter position of its container. |
MiddleEnd | Toast is placed at the MiddleEnd position of its container. |
BottomStart | Toast is placed at the BottomStart position of its container. |
BottomCenter | Toast is placed at the BottomCenter position of its container. Default placement (no selection) |
BottomEnd | Toast is placed at the BottomEnd position of its container. |