isIdle property
bool
get
isIdle
No tour is running — for UI state (disable Start buttons). Not an
atomic guard for start — use tryStart for that (see below).
Implementation
bool get isIdle => _machine.state.isIdle;