ltr method

AzColumn ltr()

Implementation

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