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
564 stars 39 forks source link

How to set the maximum number of lines in the title or description? #140

Closed thorito closed 2 days ago

thorito commented 2 days ago

In the last update toastification: ^2.3.0 the limit on the maximum number of lines was introduced.

How can I set a different value?

Thanks

thorito commented 2 days ago

Sorry, I just figured it out.