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