blurEdges property

bool blurEdges
final

For adding a blur to the trim area edges. Use blurColor for specifying the color of the blur (usually it's the background color which helps in blending).

By default it is set to false.

Implementation

final bool blurEdges;