RichTextStyle

constructor(paragraphSpacing: TextUnit? = null, headingStyle: HeadingStyle? = null, listStyle: ListStyle? = null, blockQuoteGutter: BlockQuoteGutter? = null, codeBlockStyle: CodeBlockStyle? = null, tableStyle: TableStyle? = null, infoPanelStyle: InfoPanelStyle? = null, stringStyle: RichTextStringStyle? = null)

Parameters

paragraphSpacing

The amount of space in between blocks of text.

headingStyle

The HeadingStyle that defines how Headings are drawn.

listStyle

The ListStyle used to format FormattedLists.

blockQuoteGutter

The BlockQuoteGutter used to draw BlockQuotes.

codeBlockStyle

The CodeBlockStyle that defines how CodeBlocks are drawn.

tableStyle

The TableStyle used to render Tables.

stringStyle