isRtl property
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;
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.
bool? isRtl;