Element

interface Element : Modifier

A single element contained within a Modifier chain.

Functions

Link copied to clipboard
open override fun forEach(block: (Modifier.Element) -> Unit)

Iterates over all Elements in this Modifier.

Link copied to clipboard
open infix fun then(other: Modifier): Modifier

Concatenates this modifier with another.