previousPage property

ValueCell<void>? previousPage
final

Action cell which triggers a transition to the previous page.

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

Implementation

final ValueCell<void>? previousPage;