isRTL static method

dynamic isRTL()

Implementation

static isRTL() => Directionality.of(Get.context!) == TextDirection.rtl;