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