ltr method

AzStack ltr()

Implementation

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