ImageDetail constructor
- {required int width,
- required int height,
- ByteBuffer? byteBuffer}
Implementation
ImageDetail({required this.width, required this.height, this.byteBuffer});
ImageDetail({required this.width, required this.height, this.byteBuffer});