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 have one Textfield with InputDecoration with a listview of expandable panel.
After I click to input data in, it displays keyboard and items of expandable panel.
i put gesture detector over the scaffold to detect when onTap but it doesnt detect when I click on expand/collapse icon or header.
I want to dismiss keyboard when I click on expand/collapse icon or header.
The text was updated successfully, but these errors were encountered:
I have one Textfield with InputDecoration with a listview of expandable panel.
After I click to input data in, it displays keyboard and items of expandable panel.
i put gesture detector over the scaffold to detect when onTap but it doesnt detect when I click on expand/collapse icon or header.
I want to dismiss keyboard when I click on expand/collapse icon or header.
The text was updated successfully, but these errors were encountered: