Wrong Button OnTap When radius <75
jemariads opened this issue · 2 comments
jemariads commented
hasan-hm1 commented
Hi
Thank you for opening this issue,
This is happening because CircularMenuItem under the hood is RawMaterialButton which has a default padding makes the tappable area expands.
when the menu items get close to each other (for radius < 75 ), the tappable areas overlap causing this issue.
Please check the updated version which removes the default padding so that this issue won't happen anymore.
Thanks for the feedback.
jemariads commented
thank you @hasan-hm1