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