CodeBlockStyle
constructor(textStyle: ERROR CLASS: Symbol not found for TextStyle?? = null, modifier: ERROR CLASS: Symbol not found for Modifier?? = null, padding: ERROR CLASS: Symbol not found for 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.