If the swipe tracker is horizontal, it can be used for supporting RTL text direction.
SwipeTracker.reversed
bool reversed() @property nothrowGet reversed property.
Returns
Whether to reverse the swipe direction.
void reversed(bool propval) @property nothrowSet reversed property.
Parameters
propval | Whether to reverse the swipe direction. If the swipe tracker is horizontal, it can be used for supporting RTL text direction. |