ElasticOutCurve constructor

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

Creates an elastic-out curve with the given period.

Implementation

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