ElasticInCurve constructor

const ElasticInCurve([
  1. double period = 0.4
])

Creates an elastic-in curve with the given period.

Implementation

const ElasticInCurve([this.period = 0.4]);