SliderStepDuration constructor
const
SliderStepDuration({})
The discrete position is calculated by adding the arguments given in the SliderStepDuration object. By default, all arguments values are zero.
Implementation
const SliderStepDuration(
{this.years = 0,
this.months = 0,
this.days = 0,
this.hours = 0,
this.minutes = 0,
this.seconds = 0});