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