Fixed
Status Update
Comments
an...@google.com <an...@google.com>
ap...@google.com <ap...@google.com> #2
Thanks! This looks like a bug, thank you for reporting!
No update yet.
Thanks! This looks like a bug, thank you for reporting!
Description
I'd like to implement the tab indicator shape in the screenshot. I tried using
RoundedCornerShape(100, 100)
, but that coerces the values to 50%.For now I've written my own using
GenericShape
, but it would be nice ifRoundedCornerShape
was more flexible.