Source set: Android
class SurfaceColors internal constructor(internal val containerColor: Color, internal val contentColor: Color)
Defines the container & content color Color for a non interactive surface.
Functions
equals
Source set: Android
override fun equals(other: Any?): Boolean
hashCode
Source set: Android
override fun hashCode(): Int
toString
Source set: Android
override fun toString(): String