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