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