currentStep property

ValueNotifier<int> currentStep
final

Implementation

final ValueNotifier<int> currentStep = ValueNotifier<int>(0);