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