CSSOutline

class CSSOutline : CSSStyleValue(source)

Deprecated

Use `Outline` instead. The name `CSSOutline` was chosen to mimic a similar class in Compose HTML but we have since come up with new, broader, consistent standards to apply to these CSS classes, and `Outline` better matches the source CSS property it comes from.

Replace with

Outline

Properties

Link copied to clipboard
var color: CSSColorValue?
Link copied to clipboard
var style: LineStyle?
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun toString(): String