perspective property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getperspective

Gets the value of "perspective"

Implementation

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

setperspective (String value)

Sets the value of "perspective"

Implementation

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