ArcaneCatImage.gif constructor

const ArcaneCatImage.gif({
  1. String? seed,
  2. String? text,
  3. int? apiWidth,
  4. int? apiHeight,
  5. ArcaneStyleData? styles,
  6. String? classes,
  7. String? id,
  8. String? width,
  9. String? height,
  10. String? loading,
  11. String? decoding,
  12. Map<String, void Function(dynamic)>? events,
  13. Key? key,
})

Create a GIF cat image.

Implementation

const ArcaneCatImage.gif({
  this.seed,
  this.text,
  this.apiWidth,
  this.apiHeight,
  this.styles,
  this.classes,
  this.id,
  this.width,
  this.height,
  this.loading,
  this.decoding,
  this.events,
  super.key,
}) : gif = true;