ltr method

AzWrap ltr()

Implementation

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