PercentageStep constructor

PercentageStep({
  1. double percent = 0.0,
  2. required double distance,
  3. double time = 10.0,
})

Implementation

PercentageStep({ this.percent=0.0, required this.distance, this.time=10.0 });