TiledImage constructor

const TiledImage({
  1. String? source,
  2. String? format,
  3. int? width,
  4. int? height,
  5. String? trans,
})

Implementation

const TiledImage({
  this.source,
  this.format,
  this.width,
  this.height,
  this.trans,
});