BetweenInterval constructor

const BetweenInterval(
  1. double weight, {
  2. Curve curve = Curves.linear,
})

Implementation

const BetweenInterval(this.weight, {this.curve = Curves.linear});