BorderRadius
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
topLeft
the radius to be applied to the top left corner
topRight
the radius to be applied to the top right corner
bottomLeft
the radius to be applied to the bottom left corner
bottomRight
the radius to be applied to the bottom right corner