ChaseSpring constructor

ChaseSpring({
  1. double stiffness = 900,
})

Creates a chase with the given stiffness.

Implementation

ChaseSpring({this.stiffness = 900});