ImageBox constructor

const ImageBox({
  1. Key? key,
  2. required String imagePath,
  3. required ChatViewItemImageTypeModel imageTypeModel,
  4. required bool isImageLoad,
  5. ImageProvider<Object>? imageProviderInfo,
  6. Image? imageInfo,
  7. ChatImageListUtils? chatImageListUtils,
})

Implementation

const ImageBox(
    {super.key,
    required this.imagePath,
    required this.imageTypeModel,
    required this.isImageLoad,
    this.imageProviderInfo,
    this.imageInfo,
    this.chatImageListUtils});