ltr method

AzRow ltr()

Implementation

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