Companion
object Companion
Functions
Link copied to clipboard
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.