willChange property
Gets the value of "will-change"
Implementation
String get willChange => getPropertyValue('will-change');
Sets the value of "will-change"
Implementation
set willChange(String value) {
setProperty('will-change', value, '');
}