rtl method

AzColumn rtl()

Implementation

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