AhmedLSayed9 / dropdown_button2

Flutter's core Dropdown Button widget with steady dropdown menu and many other features.
https://pub.dev/packages/dropdown_button2
MIT License
264 stars 122 forks source link

Bugfix: Ink splashes got displayed over search widget #291

Closed hlvs-apps closed 3 months ago

hlvs-apps commented 3 months ago

Before: ink_splash

After: ink_splash_solved

Same code to reproduce as in issue #290

AhmedLSayed9 commented 3 months ago

@hlvs-apps The font style of the items gets changed after this update.

AhmedLSayed9 commented 3 months ago

LGTM. Thanks!