ImageFromMemory constructor
const
ImageFromMemory({})
Implementation
const ImageFromMemory({
super.key,
required this.imageBytes,
required this.fit,
required this.width,
required this.height,
required this.fallbackWidget,
});