Gets the value of "transform-origin-x"
Source
String get transformOriginX => getPropertyValue('transform-origin-x');
Sets the value of "transform-origin-x"
Source
set transformOriginX(String value) { setProperty('transform-origin-x', value, ''); }