I'm building a Flutter application where a big portion of the screen will be occupied by a circular button.
I already tried several different approaches in order to create a circular button, but I always end up having the same problem: the 'tappable' area is not actually circular, but rectangular.
Here is an example obtained with a FloatingActionButton:
For small-sized buttons this is not really a problem - I would even say that it is somehow helpful - but in my case it is very annoying.
So my question is: is it possible to restrict the 'tappable' area to a circle?
Thanks in advance.
