isTickerActive property

bool get isTickerActive

Whether the ticker is currently active.

Implementation

bool get isTickerActive => _ticker?.isActive ?? false;