Join Slack
Powered by
val colors = mutableState { lightColors() } colors...
# compose
m
mattinger
10/06/2020, 5:49 PM
val colors = mutableState { lightColors() } colors.updateFrom(darkColors())
Open in Slack
Previous
Next