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)