MetaImage constructor

MetaImage(
  1. String url,
  2. int? x,
  3. int? y,
  4. int? width,
  5. int? height,
)

Constructs a MetaImage

Implementation

MetaImage(this.url, this.x, this.y, this.width, this.height);