CssPerspective constructor

CssPerspective(CssNumericValue length)

Implementation

factory CssPerspective(CssNumericValue length) {
  return CssPerspective._create_1(length);
}