Transform.perspective constructor

const Transform.perspective(
  1. Unit value
)

Sets the distance between the user and the z=0 plane.

Implementation

const factory Transform.perspective(Unit value) = _PerspectiveTransform;