class Border
Type-safe definition of CSS border.
width - width of the border
width
style - style of the border
style
color - color of the border
color
Border(width: CssSize? = null, style: BorderStyle? = null, color: Color? = null)
fun toString(): String