foldOut

open override fun <R> foldOut(initial: R, operation: (Modifier.Element, R) -> R): R(source)

Accumulates a value by applying an operation to each element in the modifier chain, starting from the tail (innermost) and moving towards the head (outermost).