settings property
Glass effect settings for this container.
Controls the visual appearance of the glass effect including thickness, blur radius, color tint, lighting, and more.
Important: In grouped mode (default), per-widget settings are
ignored — the parent layer's settings are used instead. To apply
per-widget settings, set useOwnLayer: true.
For the best of both worlds, set settings on GlassPage or
AdaptiveLiquidGlassLayer — all grouped children inherit them
without the performance cost of separate layers.
If null, inherits settings from the nearest parent layer or theme.
Implementation
final LiquidGlassSettings? settings;