perspective property

String perspective

Implementation

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

Implementation

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