ImageItem<T extends Object>.fromImageData constructor
Implementation
/* const */ ImageItem.fromImageData(ImageData<T>? imaged,
{this.fallBackWidget =
const Center(child: const Icon(Icons.report_problem))})
: this.image = imaged,
this.tag = imaged?.id ?? UniqueKey();