gentle static method

SpringSim gentle({
  1. double from = 0.0,
  2. double to = 1.0,
})

Gentle, smooth approach — overlays, dialogs.

Implementation

static SpringSim gentle({double from = 0.0, double to = 1.0}) =>
    SpringSim(from: from, to: to, stiffness: 120, damping: 14);