PictureElem constructor

PictureElem({
  1. String? sourcePath,
  2. PictureInfo? sourcePicture,
  3. PictureInfo? bigPicture,
  4. PictureInfo? snapshotPicture,
})

Implementation

PictureElem({this.sourcePath, this.sourcePicture, this.bigPicture, this.snapshotPicture});