isIdle property

bool isIdle

In this state, the indicator is not visible. No user action is performed. Value remains at 0.0.

Implementation

bool get isIdle => this == IndicatorState.idle;