nextPage property

ValueCell<void>? nextPage
final

Action cell which triggers a transition to the next page.

When this cell is triggered, the view's page is changed to the next page. duration and curve must be non-null, if this property is non-null.

Implementation

final ValueCell<void>? nextPage;