isActive property

bool get isActive

Checks if the indicator is currently active (visible).

Implementation

bool get isActive => _indicatorController != null;