isCurrentStepLoading property

bool get isCurrentStepLoading

Returns true if the current step is loading.

Implementation

bool get isCurrentStepLoading => currentStep.isLoading;