willChange property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getwillChange
Gets the value of "will-change"
Implementation
String get willChange => getPropertyValue('will-change');
setwillChange (String value)
Sets the value of "will-change"
Implementation
set willChange(String value) {
setProperty('will-change', value, '');
}