yarnBetaSlow property
      
      double?
      get
      yarnBetaSlow
      
    
    
YaRN high correction dim
Implementation
double? get yarnBetaSlow => _yarnBetaSlow;
      
      set
      yarnBetaSlow
      (double? value) 
      
    
    
    
Implementation
set yarnBetaSlow(double? value) {
  _yarnBetaSlow = value;
  notifyListeners();
}