https://maxzod.github.io/queen_alerts/
with thw QueenAlert class you get access to
- prompt object which can alert with
- danger
- warning
- info
- custom (alert with your own content)
- builder (builder your own alert widget )
- toast object which can
- text() => show toast with Text widget
- withIcon() => show toast with Text and Icon widget
- builder() => build your entire toast widget