CodeBlockStyle

data class CodeBlockStyle(val background: Color, val shape: Shape, val innerPadding: PaddingValues = PaddingValues())(source)

Describes how a Markdown code block should appear.

Constructors

Link copied to clipboard
constructor(background: Color, shape: Shape, innerPadding: PaddingValues = PaddingValues())

Properties

Link copied to clipboard

The color of the code block background.

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.