OutputImageParams constructor

OutputImageParams({
  1. OutputImageCrop? crop,
  2. Color? backgroundColor,
})

Implementation

OutputImageParams({
  OutputImageCrop? crop,
  Color? backgroundColor,
})  : _crop = crop,
      _backgroundColor = backgroundColor;