MyImageView constructor

const MyImageView({
  1. Key? key,
  2. required Uint8List imageBytes,
})

Implementation

const MyImageView({Key? key, required this.imageBytes}) : super(key: key);