Function

buildAnnotatedString

Build a new AnnotatedString by populating newly created AnnotatedString.Builder provided by builder.

buildAnnotatedString

Source set: Common
inline fun buildAnnotatedString(builder: (Builder).() -> Unit): AnnotatedString

Build a new AnnotatedString by populating newly created AnnotatedString.Builder provided by builder.

Parameters

builder lambda to modify AnnotatedString.Builder

Last updated: