AbdulRahmanAlHamali / flutter_typeahead

A TypeAhead widget for Flutter, where you can show suggestions to users as they type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot apply border to InkWell in material defaults

coder-with-a-bushido opened this issue · comments

When trying to give the items in the TypeAheadField a border radius, the inbult InkWell of the material defaults will draw outside of the border radius, as they themselves have no border radius.

I have this issue as well. It's a minor issue, but it's a visual annoyance since the border of the suggestions dropdown widget is rounded, but the border of the individual items' inkwells is square, so the inkwell goes outside the bounds of the dropdown.