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