ArcaneCatImage constructor

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

Implementation

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