ImageBytes constructor

const ImageBytes({
  1. Key? key,
  2. required BoxConstraints constraints,
  3. BoxConstraints? imageStyles,
  4. Uint8List? imageBytes,
})

Implementation

const ImageBytes({super.key,required this.constraints, this.imageStyles,this.imageBytes});