You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to display my text with an alpha value dependent on its state. Usually, I would do it like shown here to wrap all composables which should be affected:
I want to display my text with an alpha value dependent on its state. Usually, I would do it like shown here to wrap all composables which should be affected:
However, this solution does not work with
RichText
, so I found this alternative solution:Are you planning to support setting values using
CompositionLocalProvider
?The text was updated successfully, but these errors were encountered: