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