BlockQuoteStyle

data class BlockQuoteStyle(val background: Color, val shape: Shape, val barWidth: Dp, val barColor: Color, val barShape: Shape, val innerPadding: PaddingValues)(source)

Describes how a Markdown block quote should appear.

Constructors

Link copied to clipboard
constructor(background: Color, shape: Shape, barWidth: Dp, barColor: Color, barShape: Shape, innerPadding: PaddingValues)

Properties

Link copied to clipboard

The color of the code block background.

Link copied to clipboard

Color of the bar that appears before the quote.

Link copied to clipboard

Shape of the bar that appears before the quote.

Link copied to clipboard

Width of the bar that appears before the quote.

Link copied to clipboard

The padding between the edge of the block quote bounds and the content inside it.

Link copied to clipboard

The shape of the code block.