then

open infix fun then(other: GlassStyle): GlassStyle

Returns a Style which replays other after this Style.


open fun then(block: GlassStyleScope.() -> Unit): GlassStyle

Returns a Style which replays the writes recorded by block after this Style.