BackgroundProperty
data class BackgroundProperty
Fields
Name | Description |
---|---|
val color: String?
|
|
val format: String
|
|
val colors: List<String>?
|
|
val direction: Double?
|
Constructors
<init>
constructor(color: String?, format: String, colors: List<String>?, direction: Double?)
Parameters
Name | Description |
---|---|
color: String?
|
|
format: String
|
|
colors: List<String>?
|
|
direction: Double?
|
Methods
validate
fun validate(): String?
ReturnValue
Name | Description |
---|---|
String?
|