isAnimating property

MetaCell<bool>? isAnimating
final

MetaCell injected with a cell that is true while a page transition is in progress.

NOTE: This cell is only updated if the page change is triggered either by changing the value of the page cell or trigger nextPage/previousPage.

Implementation

final MetaCell<bool>? isAnimating;