buildOudsAnnotatedBulletListLabel

Creates an OudsAnnotatedBulletListLabel using a builder DSL.

Example:

val label = buildOudsAnnotatedBulletListLabel {
append("Product details available on our ")
withLink(OudsLinkAnnotation.Url("https://example.com/products")) {
append("website")
}
}

Return

The constructed annotated bullet list label.

Parameters

builder

Lambda with receiver for building the annotated string.