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