SolidColor
Kotlin
|Java
@Immutable class SolidColor : Brush
kotlin.Any | ||
↳ | androidx.compose.ui.graphics.Brush | |
↳ | androidx.compose.ui.graphics.SolidColor |
Summary
Public constructors | |
---|---|
Public methods | |
---|---|
Unit | |
Boolean | |
Int |
hashCode() |
String |
toString() |
Properties | |
---|---|
Color |
Public constructors
<init>
SolidColor(value: Color)
Public methods
hashCode
fun hashCode(): Int
toString
fun toString(): String
Properties
value
val value: Color