perspective property
Gets the value of "perspective"
Implementation
String get perspective => getPropertyValue('perspective');
Sets the value of "perspective"
Implementation
set perspective(String value) {
setProperty('perspective', value, '');
}