Fixed
Status Update
Comments
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
No update yet.
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
Description
The documentation for DrawTransform.rotate indicates that the default pivot of center is used of no pivot is provided. However, the method does not have a default value configured on it. This should have a pivot: Offset = center as a default parameter.