Outline

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

Type-safe definition of CSS outline.

Parameters

width

width of the outline

style

style of the outline

color

color of the outline

Constructors

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

Functions

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