webkitPerspective property
String
get
webkitPerspective
@deprecated This is a legacy alias of perspective
.
Implementation
_i2.String get webkitPerspective => _i4.getProperty(
this,
'webkitPerspective',
);
set
webkitPerspective
(String value)
Implementation
set webkitPerspective(_i2.String value) {
_i4.setProperty(
this,
'webkitPerspective',
value,
);
}