hasActiveX property
bool
get
hasActiveX
Whether any active slide entry is animating horizontally (startDeltaX != 0). Lets render-layer hot paths skip per-row X-delta reads when no X-axis work is in flight.
Implementation
bool get hasActiveX => _xActiveCount > 0;