RuleStyle

data class RuleStyle(val color: Color, val shape: Shape, val thickness: Dp)(source)

Describes how a Markdown horizontal rule should appear.

Constructors

Link copied to clipboard
constructor(color: Color, shape: Shape, thickness: Dp)

Properties

Link copied to clipboard

The color of the horizontal rule.

Link copied to clipboard

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

Link copied to clipboard

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