useBidi top-level constant
          
          bool
          const useBidi
          
        
        
Whether to use the Bidi algorithm to detect RTL text.
Implementation
const bool useBidi = bool.fromEnvironment('use_bidi', defaultValue: true);