slow constant
ScrollIntensityConfig
const slow
Slow intensity - macOS-like feel with smooth, long momentum
Implementation
static const slow = ScrollIntensityConfig(
friction: 0.001, // Lower = longer glide
decelerationRate: 0.97, // Higher = longer momentum
scrollMultiplier: 0.15,
activeCurve: Curves.easeOutCubic,
);