currentStep property

RPStep? currentStep
final

The step currently on screen.

The default bar draws nothing on an RPCompletionStep, RPVisualConsentStep or RPConsentReviewStep, since those steps carry their own buttons. A custom bar is built on every step instead, and can use this to make the same choice.

Implementation

final RPStep? currentStep;