fixedFoveation property
double?
get
fixedFoveation
Implementation
double? get fixedFoveation => js_util.getProperty(this, 'fixedFoveation');
set
fixedFoveation
(double? newValue)
Implementation
set fixedFoveation(double? newValue) {
js_util.setProperty(this, 'fixedFoveation', newValue);
}