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