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