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