You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started converting some of our TextField() widgets into AutoSizeTextField() widgets. In our TextField() widgets, we allowed for a null decoration like this:
I started converting some of our TextField() widgets into AutoSizeTextField() widgets. In our TextField() widgets, we allowed for a null decoration like this:
Simple conversion to AutoSizeTextField() looks like this:
The exception is below:
Could we get the AutoSizeTextField widget to have the same decoration handling as the TextField widget?
The text was updated successfully, but these errors were encountered: