options.dart 133 Bytes Raw Blame History Permalink 1 2 /// Whether to use the Bidi algorithm to detect RTL text. const bool useBidi = bool.fromEnvironment('use_bidi', defaultValue: true);