perspective property

String perspective

Gets the value of "perspective"

Implementation

String get perspective => getPropertyValue('perspective');
void perspective=(String value)

Sets the value of "perspective"

Implementation

set perspective(String value) {
  setProperty('perspective', value, '');
}