useArabic top-level constant

bool const useArabic

Whether to use the Arabic algorithm.

Implementation

const bool useArabic =
    bool.fromEnvironment('use_arabic', defaultValue: !useBidi);