rtl property
Text
get
rtl
Sets the text direction to right-to-left
Implementation
Text get rtl => _copyWith(textDirection: TextDirection.rtl);
Sets the text direction to right-to-left
Text get rtl => _copyWith(textDirection: TextDirection.rtl);