SwipeTracker.reversed

bool reversed() @property

Get reversed property.

Returns

Whether to reverse the swipe direction.

If the swipe tracker is horizontal, it can be used for supporting RTL text direction.

void reversed(bool propval) @property

Set reversed property.

Parameters

propvalWhether to reverse the swipe direction. If the swipe tracker is horizontal, it can be used for supporting RTL text direction.