String perspective

Gets the value of "perspective"

Source

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

Sets the value of "perspective"

Source

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