CornerRadius

data class CornerRadius(val topStart: Int = 0, val topEnd: Int = 0, val bottomEnd: Int = 0, val bottomStart: Int = 0)

Constructors

Link copied to clipboard
constructor(radius: Int)
constructor(topStart: Int = 0, topEnd: Int = 0, bottomEnd: Int = 0, bottomStart: Int = 0)

Properties

Link copied to clipboard
val bottomEnd: Int = 0
Link copied to clipboard
val bottomStart: Int = 0
Link copied to clipboard
val topEnd: Int = 0
Link copied to clipboard
val topStart: Int = 0