perspective property

List<Point<num>>? perspective

The perspective points to use in the Perspective filter of the image.

Implementation

List<Point<num>>? get perspective => _perspective?.valueCopy;