ColorProvider
Interface
Android
interface ColorProvider
Provider of colors for a glance composable's attributes.
Functions
fun getColor(context: Context): Color
Returns the color the provider would use in the given context
.
interface ColorProvider
Provider of colors for a glance composable's attributes.
fun getColor(context: Context): Color
Returns the color the provider would use in the given context
.