rtl method

Implementation

AzTextFormField rtl() {
  _textDirection = TextDirection.rtl;
  return this;
}