CSSStepCurve constructor

const CSSStepCurve(
  1. int? step,
  2. bool isStart
)

Implementation

const CSSStepCurve(this.step, this.isStart);