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.
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.
Example photo of Column's constructor