inputTextDirection property

TextDirection inputTextDirection
final

Use to change the direction of the text ltr is used for launguages that start from left like English & rtl is used for languages like Arabic

Defaults to TextDirection.ltr

Implementation

final TextDirection inputTextDirection;