OudsBulletListBuilder

A DSL builder for constructing an OudsBulletList.

This class provides a structured way to define list items and nested sub-lists.

Functions

Link copied to clipboard
fun item(label: String, subListType: OudsBulletListType? = null, subListTextStyle: OudsBulletListTextStyle? = null, subListHasBoldText: Boolean? = null, builder: OudsBulletListBuilder.() -> Unit? = null)

Adds an item to the bullet list.