ScaleRamp constructor

const ScaleRamp({
  1. double end = 0.5,
  2. Curve curve = Curves.linear,
})

Implementation

const ScaleRamp({this.end = 0.5, this.curve = Curves.linear});