FlowController constructor
FlowController({
- required int stepCount,
Creates a controller with the provided total stepCount.
Implementation
FlowController({required int stepCount}) : _stepCount = stepCount;