Fixed
Status Update
Comments
kl...@google.com <kl...@google.com>
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
Description
Currently,
Rect
definesfun contains(offset: Offset): Boolean
, which is not marked asoperator
, but very well could be for cleaner usage.See class Rect