perspective 属性

String perspective

获取 "perspective" 的值

实现

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

设置 "perspective" 的值

实现

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