isActive property
bool
get
isActive
Checks if the indicator is currently active (visible).
Implementation
bool get isActive => _indicatorController != null;
Checks if the indicator is currently active (visible).
bool get isActive => _indicatorController != null;