rtl method

AzIcon rtl()

Implementation

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