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