FlowController constructor

FlowController({
  1. required int stepCount,
})

Creates a controller with the provided total stepCount.

Implementation

FlowController({required int stepCount}) : _stepCount = stepCount;