toAttrsWithColor

fun Modifier.toAttrsWithColor(color: Color?): AttrsScope<*>.() -> Unit(source)
fun Modifier.toAttrsWithColor(color: ColorProducer?): AttrsScope<*>.() -> Unit(source)