RuleStyle

data class RuleStyle(val color: <Error class: unknown class>, val shape: <Error class: unknown class>, val thickness: <Error class: unknown class>)(source)

Describes how a Markdown horizontal rule should appear.

Constructors

Link copied to clipboard
constructor(color: <Error class: unknown class>, shape: <Error class: unknown class>, thickness: <Error class: unknown class>)

Properties

Link copied to clipboard
val color: <Error class: unknown class>

The color of the horizontal rule.

Link copied to clipboard
val shape: <Error class: unknown class>

The shape of the horizontal rule. Only applicable when thickness is larger than hairline.

Link copied to clipboard
val thickness: <Error class: unknown class>

How thick, in Dp, the horizontal rule should be.