CssPerspective constructor

  1. @DomName('CSSPerspective.CSSPerspective')
  2. @DocsEditable()
CssPerspective(CssNumericValue length)

Implementation

@DomName('CSSPerspective.CSSPerspective')
@DocsEditable()
factory CssPerspective(CssNumericValue length) {
  return CssPerspective._create_1(length);
}