perspectiveAngle property
- @Deprecated("since 7.6")
Allows you to set the maximum value of the deviation of the corners
of the document from the value of 90 degrees.
Implementation
@Deprecated("since 7.6")
int? get perspectiveAngle => _perspectiveAngle;
Implementation
set perspectiveAngle(int? val) {
_perspectiveAngle = val;
_set({"perspectiveAngle": val});
}