settings property

LiquidGlassSettings? settings
final

Glass effect settings (only used when useOwnLayer is true).

Controls the visual appearance of the glass effect including thickness, blur radius, color tint, lighting, and more.

If null when useOwnLayer is true, uses LiquidGlassSettings defaults. Ignored when useOwnLayer is false (inherits from parent layer).

Implementation

final LiquidGlassSettings? settings;