payam-zahedi / toastification

Toastification is a Flutter package for displaying customizable toast messages. It provides predefined widgets for success, error, warning, and info messages, as well as a custom widget for flexibility. With Toastification, you can add and manage multiple toast messages at the same time with ease.
https://payamzahedi.com/toastification/
BSD 3-Clause "New" or "Revised" License
587 stars 45 forks source link

Add optional BorderSide option #103

Closed LampeMW closed 6 months ago

LampeMW commented 6 months ago

Hi, I wanted the option to remove the default border on the .simple toastification style so I've added the optional parameter to define a BorderSide for toastification.show().