fixedFoveation property

double? fixedFoveation

Implementation

double? get fixedFoveation => js_util.getProperty(this, 'fixedFoveation');
void fixedFoveation=(double? newValue)

Implementation

set fixedFoveation(double? newValue) {
  js_util.setProperty(this, 'fixedFoveation', newValue);
}