The default position is bottom-end.
Preview
Dart
// In a real application, the Toast component would be placed at a high level
// in your component tree, often just inside the `<body>`.
Toast(
[
Alert([text('New message arrived.')], style: [Alert.info]),
],
// Default position is [Toast.bottom, Toast.end]
)