ImageBox constructor
const
ImageBox({
- Key? key,
- required String imagePath,
- required ChatViewItemImageTypeModel imageTypeModel,
- required bool isImageLoad,
- ImageProvider<
Object> ? imageProviderInfo, - Image? imageInfo,
- ChatImageListUtils? chatImageListUtils,
Implementation
const ImageBox(
{super.key,
required this.imagePath,
required this.imageTypeModel,
required this.isImageLoad,
this.imageProviderInfo,
this.imageInfo,
this.chatImageListUtils});