strictStep property

bool strictStep
final

if strictStep is true , value is only accepted when match condition (value - initialValue) % step

acceleration will not work when strictStep is true

Implementation

final bool strictStep;