isCurrentStepLoading property
bool
get
isCurrentStepLoading
Returns true if the current step is loading.
Implementation
bool get isCurrentStepLoading => currentStep.isLoading;
Returns true if the current step is loading.
bool get isCurrentStepLoading => currentStep.isLoading;