ltr method

AzIcon ltr()

Implementation

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