CssPerspective constructor Null safety

CssPerspective(
  1. CssNumericValue length
)

Implementation

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