CloudflareRequestInitImageDraw constructor

CloudflareRequestInitImageDraw({
  1. required String url,
  2. num? opacity,
  3. CloudflareRequestInitImageDrawRepeat? repeat,
  4. num? top,
  5. num? left,
  6. num? bottom,
  7. num? right,
  8. num? width,
  9. num? height,
  10. BasicImageTransformationsFit? fit,
  11. BasicImageTransformationsGravity? gravity,
  12. String? background,
  13. 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,
});