CssPerspective 构造函数

CssPerspective(
  1. CssNumericValue length
)

实现

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