ImageInfo constructor
const
ImageInfo({
- required int width,
- required int height,
- required bool hasAlpha,
- required int bitDepth,
- required ImageFormat format,
Implementation
const ImageInfo({
required this.width,
required this.height,
required this.hasAlpha,
required this.bitDepth,
required this.format,
});