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
Was expecting that the Underline inside the DropdownButtonFormField2 would be hidden just like in the DropdownButtonField2.
I also noticed that DropdownButton2 has an option to have underline widget which I could just put SizedBox() inside which solves the problem without having a parent of DropdownButtonHideUnderline eliminating unnecessary widget nesting.
Can someone help me on this?
The text was updated successfully, but these errors were encountered:
Consider the code below:
Was expecting that the Underline inside the
DropdownButtonFormField2
would be hidden just like in theDropdownButtonField2
.I also noticed that DropdownButton2 has an option to have
underline
widget which I could just putSizedBox()
inside which solves the problem without having a parent ofDropdownButtonHideUnderline
eliminating unnecessary widget nesting.Can someone help me on this?
The text was updated successfully, but these errors were encountered: