Companion

The empty Glass Style, which performs no writes.

Functions

Link copied to clipboard
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.