StepTween constructor

StepTween({
  1. int? begin,
  2. int? end,
})

Creates a step tween.

Implementation

StepTween({super.begin, super.end});