CodeBlockStyle

constructor(textStyle: TextStyle? = null, modifier: Modifier? = null, padding: TextUnit? = null, wordWrap: Boolean? = null)

Parameters

textStyle

The TextStyle to use for the block.

modifier

The Modifier to use for the block.

padding

The amount of space between the edge of the text and the edge of the background.

wordWrap

Whether a code block breaks the lines or scrolls horizontally.