Dart
dart:html
CssPerspective
CssPerspective factory constructor
description
CssPerspective constructor
CssPerspective
(
CssNumericValue
length
)
Implementation
factory
CssPerspective(CssNumericValue length) {
return
CssPerspective._create_1(length); }