ImgInfo constructor

const ImgInfo(
  1. Image? image,
  2. Rect? rect
)

Implementation

const ImgInfo(this.image, this.rect);