currentPageStatus property

WorkflowPageStatus get currentPageStatus

Implementation

WorkflowPageStatus get currentPageStatus => WorkflowPageStatus(
  currentStep: _currentStepIndex,
  currentPage: _currentPageIndex,
);