perspectiveOriginX property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getperspectiveOriginX
Gets the value of "perspective-origin-x"
Implementation
String get perspectiveOriginX => getPropertyValue('perspective-origin-x');
setperspectiveOriginX (String value)
Sets the value of "perspective-origin-x"
Implementation
set perspectiveOriginX(String value) {
setProperty('perspective-origin-x', value, '');
}