Fixed
Status Update
Comments
kl...@google.com <kl...@google.com>
ap...@google.com <ap...@google.com> #2
Please ensure this works with LazyColumn
, LazyRow
and LazyVerticalGrid
when this change is implemented. Thanks!
Description
Currently,
Rect
definesfun contains(offset: Offset): Boolean
, which is not marked asoperator
, but very well could be for cleaner usage.See class Rect