rtl method

AzStack rtl()

Implementation

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