SpringConfig constructor

const SpringConfig(
  1. double k,
  2. double c
)

Implementation

const SpringConfig(this.k, this.c);