BorderEdge

class BorderEdge(@ColorInt val color: Int? = null, val width: Dimen? = null)

Stores properties that are used to customise border edges

Parameters

color

the colour to be applied to the edge

width

the width of the edge

Constructors

Link copied to clipboard
fun BorderEdge(@ColorInt color: Int? = null, width: Dimen? = null)

Properties

Link copied to clipboard
val color: Int? = null
Link copied to clipboard
val width: Dimen? = null