ListStyle

data class ListStyle(val markerIndent: ERROR CLASS: Symbol not found for TextUnit?? = null, val contentsIndent: ERROR CLASS: Symbol not found for TextUnit?? = null, val itemSpacing: ERROR CLASS: Symbol not found for 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: ERROR CLASS: Symbol not found for TextUnit?? = null, contentsIndent: ERROR CLASS: Symbol not found for TextUnit?? = null, itemSpacing: ERROR CLASS: Symbol not found for TextUnit?? = null, orderedMarkers: RichTextScope.() -> OrderedMarkers? = null, unorderedMarkers: RichTextScope.() -> UnorderedMarkers? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentsIndent: ERROR CLASS: Symbol not found for TextUnit??
Link copied to clipboard
val itemSpacing: ERROR CLASS: Symbol not found for TextUnit??
Link copied to clipboard
val markerIndent: ERROR CLASS: Symbol not found for TextUnit??
Link copied to clipboard
Link copied to clipboard