cropMargin property
Relative margin around the face for basic portrait cropping. Hint: Default value is 0.5.
throws FaceException An error has occurred during Face Library execution.
Implementation
double get cropMargin => getCropMargin();
Implementation
set cropMargin(double value) => setCropMargin(value);