How to build an Icon Button in flutter that have a rectangular shape with border radius
May 16, 2023 ยท 2 min read ยท I followed a Flutter tutorial today to create a todo list app. While working on the delete button, I encountered an issue with the animation. Instead of the desired effect, the button appeared circular when hovered or clicked, despite needing a recta...
Join discussion