interactionBehavior property
Controls which iOS 26 interaction effects are active on the indicator.
| Value | Glow on press/drag |
|---|---|
none |
✗ |
glowOnly |
✓ |
scaleOnly |
✗ |
full (default) |
✓ |
Set to GlassInteractionBehavior.none to suppress the glow entirely.
Implementation
final GlassInteractionBehavior interactionBehavior;