item
Adds an item to the bullet list.
This function can also define a nested sub-list by providing a builder lambda.
Parameters
The text content of the list item.
The specific OudsBulletListType for the nested sub-list, if any. If null, the type is inherited from the parent list.
The specific OudsBulletListTextStyle for the nested sub-list, if any. If null, the text style is inherited from the parent list.
A lambda scope for defining nested list items.
Adds an item to the bullet list.
This function can also define a nested sub-list by providing a builder lambda.
Parameters
The annotated text content of the list item.
The specific OudsBulletListType for the nested sub-list, if any. If null, the type is inherited from the parent list.
The specific OudsBulletListTextStyle for the nested sub-list, if any. If null, the text style is inherited from the parent list.
A lambda scope for defining nested list items.