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