isTicking property

bool get isTicking

Indicates whether the Ticker is currently ticking or not.

Implementation

bool get isTicking {
  return _ticker?.isTicking ?? false;
}