LiveIconPhotoImage constructor

LiveIconPhotoImage(
  1. int width,
  2. int height,
  3. String url,
  4. String url2x,
)

Implementation

LiveIconPhotoImage(this.width, this.height, this.url, this.url2x);