hasAnyOpenCell property

bool get hasAnyOpenCell

Whether any cell is currently open (its action buttons are showing).

Useful when a page-level back gesture wants to close the open cell first (via closeAllOpenCell) instead of leaving the page.

Implementation

bool get hasAnyOpenCell => SwipeActionStore.getInstance().anyCellOpen;