yarnBetaFast property

double? get yarnBetaFast

YaRN low correction dim

Implementation

double? get yarnBetaFast => _yarnBetaFast;
set yarnBetaFast (double? value)

Implementation

set yarnBetaFast(double? value) {
  _yarnBetaFast = value;
  notifyListeners();
}