Is there any way to prevent an icon being clipped ...
# compose
t
Is there any way to prevent an icon being clipped by
IconButton
without adding extra padding?
IconButton
does not seem to expose its clipping parameter (which by default seems to be a
CircleShape
which is not what I'd like).