ListStyle

data class ListStyle(val markerIndent: TextUnit? = null, val contentsIndent: TextUnit? = null, val itemSpacing: TextUnit? = null, val orderedMarkers: RichTextScope.() -> OrderedMarkers? = null, val unorderedMarkers: RichTextScope.() -> UnorderedMarkers? = null)

Defines how FormattedLists should look.

Parameters

markerIndent

The padding before each marker.

contentsIndent

The padding after each marker.

Constructors

Link copied to clipboard
constructor(markerIndent: TextUnit? = null, contentsIndent: TextUnit? = null, itemSpacing: TextUnit? = null, orderedMarkers: RichTextScope.() -> OrderedMarkers? = null, unorderedMarkers: RichTextScope.() -> UnorderedMarkers? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val itemSpacing: TextUnit? = null
Link copied to clipboard
val markerIndent: TextUnit? = null
Link copied to clipboard
Link copied to clipboard