CSSStepCurve constructor

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

Implementation

CSSStepCurve(this.step, this.isStart);