isShowing property

  1. @override
bool get isShowing
override

是否正在顯示教學中

Implementation

@override
bool get isShowing => _currentStepIndex != -1;