BootstrapProgress constructor

BootstrapProgress({
  1. required List<BootstrapStep> steps,
})

Implementation

BootstrapProgress({required this.steps})
  : _currentIndex = 0,
    _totalTimer = Stopwatch();