NiceScale constructor

NiceScale(
  1. num start,
  2. num end,
  3. num step,
  4. int tickCount,
)

Implementation

NiceScale(this.start, this.end, this.step, this.tickCount);