Companion

The empty Glass Style, which performs no writes.

Properties

Link copied to clipboard

A built-in Glass style that prioritizes visibility of content behind the material.

Link copied to clipboard

The default built-in Glass style.

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.