If the swipe tracker is horizontal, it can be used for supporting RTL text direction.
SwipeTracker.reversed
bool reversed() @propertyGet reversed property.
Returns
Whether to reverse the swipe direction.
void reversed(bool propval) @propertySet 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. |