stepInterpolation property

num? get stepInterpolation

Implementation

num? get stepInterpolation => _$this._stepInterpolation;
set stepInterpolation (num? stepInterpolation)

Implementation

set stepInterpolation(num? stepInterpolation) =>
    _$this._stepInterpolation = stepInterpolation;