quality property

GlassQuality? quality
final

Rendering quality for the glass effect.

If null, inherits from parent InheritedLiquidGlass or defaults to GlassQuality.standard, which uses the lightweight fragment shader. This is 5-10x faster than BackdropFilter and works reliably in all contexts, including scrollable lists.

Use GlassQuality.premium for full-pipeline shader with texture capture and chromatic aberration (Impeller only) in static layouts.

Implementation

final GlassQuality? quality;