webkitPerspective property

String webkitPerspective

@deprecated This is a legacy alias of perspective.

MDN Reference

Implementation

_i2.String get webkitPerspective => _i4.getProperty(
      this,
      'webkitPerspective',
    );
void webkitPerspective=(String value)

Implementation

set webkitPerspective(_i2.String value) {
  _i4.setProperty(
    this,
    'webkitPerspective',
    value,
  );
}