ltr method

Implementation

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