BootstrapProgress constructor
BootstrapProgress({
- required List<
BootstrapStep> steps,
Implementation
BootstrapProgress({required this.steps})
: _currentIndex = 0,
_totalTimer = Stopwatch();