rtl method

AzRow rtl()

Implementation

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