reverse property

bool reverse

Indicates whether we're going forward or backward in terms of the index we're changing. This is very helpful for the page transition directions.

Implementation

bool get reverse => _reverse;