Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
mo...@google.com <mo...@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
These would mirror the
Color.isSpecified
,Color.isUnspecified
, andColor.useOrElse
helper functions, which are useful when dealing withColor
s that could potentially beColor.Unspecified
.If this request is accepted, it might be worth auditing the rest of the Compose libraries (to see if there are any similar types that define
Unspecified
values)