SpringDescription constructor
Creates a spring given the mass, stiffness, and the damping coefficient.
See mass
, stiffness
, and damping
for the units of the arguments.
Implementation
const SpringDescription({required this.mass, required this.stiffness, required this.damping});