koukibadr / Motion-Toast

https://pub.dev/packages/motion_toast
MIT License
49 stars 18 forks source link

Widget parameters #58

Closed Kadnium closed 2 years ago

Kadnium commented 2 years ago

Hello, nice package. One thing that would make the developing experience better is to show the default parameters in the widget constructor. Here is how vs code displays it currently, for example I don't know what is the value of defaultAnimationType or toastDuration and I have to go check your package code. Usually flutter widgets give the actual values in constructor so they will be visible to outside. image

Example photo of Column's constructor image

koukibadr commented 2 years ago

Thanks for the feedback @Kadnium changes are now available in the new version 2.1.4 https://pub.dev/packages/motion_toast

koukibadr commented 2 years ago

Feel free to close this issue, can't wait to get other feedback and ideas from you !