SwipeTracker.reversed

bool reversed() @property nothrow

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 nothrow

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.