Bgra8888Image constructor
const
Bgra8888Image({
- required int height,
- required int width,
- required List<
ImagePlane> planes, - required InputAnalysisImageFormat format,
- required InputAnalysisImageRotation rotation,
Implementation
const Bgra8888Image({
required super.height,
required super.width,
required this.planes,
required super.format,
required super.rotation,
});