rtl method

Widget rtl()

Implementation

Widget rtl() => Directionality(textDirection: ui.TextDirection.rtl, child: this);