isRtl property

bool? isRtl
getter/setter pair

Whether the direction of the component is RTL.

When this value is true, the LEFT keycode is handled by handleRightKey, and the RIGHT keycode is handled by handleLeftKey.

Implementation

bool? isRtl;