build

fun build(dispatcher: CoroutineDispatcher = Dispatchers.Default, transaction: ComposedChartEntryModelProducer.Transaction.() -> Unit? = null): ComposedChartEntryModelProducer

Creates a ComposedChartEntryModelProducer, running an initial Transaction. dispatcher is the CoroutineDispatcher to be used for update handling.