rtl method

AzWrap rtl()

Implementation

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