willChange property Null safety

String willChange

Gets the value of "will-change"

Implementation

String get willChange => getPropertyValue('will-change');
void willChange= (String value)

Sets the value of "will-change"

Implementation

set willChange(String value) {
  setProperty('will-change', value, '');
}