Skip to main content

ToastPlacement

Toast placement.

Enum fields​

NameDescription
TopStartToast is placed at the TopStart position of its container.
TopCenterToast is placed at the TopCenter position of its container.
TopEndToast is placed at the TopEnd position of its container.
MiddleStartToast is placed at the MiddleStart position of its container.
MiddleCenterToast is placed at the MiddleCenter position of its container.
MiddleEndToast is placed at the MiddleEnd position of its container.
BottomStartToast is placed at the BottomStart position of its container.
BottomCenterToast is placed at the BottomCenter position of its container. Default placement (no selection)
BottomEndToast is placed at the BottomEnd position of its container.