Gets the value of "transition-property"
Source
String get transitionProperty => getPropertyValue('transition-property');
Sets the value of "transition-property"
Source
set transitionProperty(String value) { setProperty('transition-property', value, ''); }