Border

class Border(width: <Error class: unknown class><Number, UNIT>? = null, style: BorderStyle? = null, color: Color? = null)

Type-safe definition of CSS border.

Parameters

width

width of the border

style

style of the border

color

color of the border

Constructors

Link copied to clipboard
constructor(width: <Error class: unknown class><Number, UNIT>? = null, style: BorderStyle? = null, color: Color? = null)

Functions

Link copied to clipboard
open override fun toString(): String