An ordered, immutable collection of elements that change how a widget is laid out.
The companion object Modifier is the empty, default, or starter Modifier that contains no elements. Use it to create a new Modifier using modifier extension factory functions or as the default value for Modifier parameters.
Modifier
A single element contained within a Modifier chain.
Iterates over all Elements in this Modifier.
Concatenates this modifier with another.