TrimAreaProperties.edgeBlur constructor

TrimAreaProperties.edgeBlur({
  1. BoxFit thumbnailFit,
  2. int thumbnailQuality,
  3. bool blurEdges,
  4. Color blurColor,
  5. Widget? startIcon,
  6. Widget? endIcon,
  7. double borderRadius,
})

Helps defining the Trim Area properties with blur & arrows on the edges.

A better look at the structure of the Trim Viewer:

Implementation

factory TrimAreaProperties.edgeBlur({
  BoxFit thumbnailFit,
  int thumbnailQuality,
  bool blurEdges,
  Color blurColor,
  Widget? startIcon,
  Widget? endIcon,
  double borderRadius,
}) = _TrimAreaPropertiesWithBlur;