hasActiveXSlides property
bool
get
hasActiveXSlides
Whether any in-flight slide has a non-zero X-axis component (depth-changing reparent). Hot-path render code uses this to skip per-row X-delta reads when no X-axis work is in flight — the common case, since most reorders are same-depth.
Implementation
bool get hasActiveXSlides => _slide.hasActiveX;