isSettling property

bool isSettling

The user has released the indicator in the armed state. The indicator settles on its target value 1.0.

Implementation

bool get isSettling => this == IndicatorState.settling;