isTicking property

bool isTicking

Indicates whether the Ticker is currently ticking or not.

Implementation

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