perspective property
String
get
perspective
Implementation
_i2.String get perspective => _i4.getProperty(
this,
'perspective',
);
set
perspective
(String value)
Implementation
set perspective(_i2.String value) {
_i4.setProperty(
this,
'perspective',
value,
);
}