options.dart 262 Bytes Raw Blame History Permalink 1 2 3 4 5 6 /// Whether to use the Bidi algorithm to detect RTL text. const bool useBidi = bool.fromEnvironment('use_bidi', defaultValue: true); /// Whether to use the Arabic algorithm. const bool useArabic = bool.fromEnvironment('use_arabic', defaultValue: !useBidi);