PFIamgeInput constructor
PFIamgeInput({})
Implementation
PFIamgeInput({
required this.textureID,
required this.width,
required this.height,
this.data0,
this.data1,
this.data2,
required this.stride0,
required this.stride1,
required this.stride2,
required this.format,
required this.rotationMode,
});