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