CloudflareRequestInitImageDraw constructor
CloudflareRequestInitImageDraw({
- required String url,
- num? opacity,
- CloudflareRequestInitImageDrawRepeat? repeat,
- num? top,
- num? left,
- num? bottom,
- num? right,
- num? width,
- num? height,
- BasicImageTransformationsFit? fit,
- BasicImageTransformationsGravity? gravity,
- String? background,
- int? rotate,
Implementation
CloudflareRequestInitImageDraw({
required this.url,
this.opacity,
this.repeat,
this.top,
this.left,
this.bottom,
this.right,
super.width,
super.height,
super.fit,
super.gravity,
super.background,
super.rotate,
});