indicatorSettings property

LiquidGlassSettings? indicatorSettings
final

Glass settings for the draggable indicator.

If null, uses optimized defaults for the indicator:

  • glassColor: Color.from(alpha: 0.1, red: 1, green: 1, blue: 1)
  • saturation: 1.5
  • refractiveIndex: 1.15
  • thickness: 20
  • lightIntensity: 2
  • chromaticAberration: 0.5
  • blur: 0

Implementation

final LiquidGlassSettings? indicatorSettings;