Border Radius
class BorderRadius(val all: Dimen? = null, val topLeft: Dimen? = null, val topRight: Dimen? = null, val bottomLeft: Dimen? = null, val bottomRight: Dimen? = null)
Stores properties that are used to customise the border radii
Parameters
all
the radius to be applied to all corners
top Left
the radius to be applied to the top left corner
top Right
the radius to be applied to the top right corner
bottom Left
the radius to be applied to the bottom left corner
bottom Right
the radius to be applied to the bottom right corner
Constructors
Link copied to clipboard
fun BorderRadius(all: Dimen? = null, topLeft: Dimen? = null, topRight: Dimen? = null, bottomLeft: Dimen? = null, bottomRight: Dimen? = null)