wobbly static method

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

Wobbly — good for list item reveals.

Implementation

static SpringSim wobbly({double from = 0.0, double to = 1.0}) =>
    SpringSim(from: from, to: to, stiffness: 180, damping: 12);