MultiImageLoader constructor
const
MultiImageLoader({})
Implementation
const MultiImageLoader({
super.key,
required this.image,
this.fit = BoxFit.contain,
this.height,
required this.imageType,
this.width,
this.imageBytes,
this.isDirectionRequired = true,
this.onTap,
this.errorWidget
}) : assert(imageType != ImageType.memory || imageBytes != null, 'imageBytes must be provided when imageType is ImageType.memory');