fast constant

Fast intensity - snappier with shorter momentum

Implementation

static const fast = ScrollIntensityConfig(
  friction: 0.025, // Higher = quicker stop
  decelerationRate: 0.93, // Lower = shorter momentum
  scrollMultiplier: 1.5,
  activeCurve: Curves.easeOut,
);