BorderRadius

@Serializable
data class BorderRadius(val the4: Long, val the8: Long, val the16: Long, val the24: Long, val none: Long, val oval: Long)

Constructors

Link copied to clipboard
fun BorderRadius(the4: Long, the8: Long, the16: Long, the24: Long, none: Long, oval: Long)

Properties

Link copied to clipboard
val none: Long
Link copied to clipboard
val oval: Long
Link copied to clipboard
val the16: Long
Link copied to clipboard
val the24: Long
Link copied to clipboard
val the4: Long
Link copied to clipboard
val the8: Long