StepsIndicatorCustomLine constructor

StepsIndicatorCustomLine({
  1. required int nbStep,
  2. required double length,
})

Implementation

StepsIndicatorCustomLine({required this.nbStep, required this.length});