wrapped method
Implementation
PlaneWrapper wrapped() {
return PlaneWrapper(
bytes: bytes,
bytesPerRow: bytesPerRow,
bytesPerPixel: bytesPerPixel,
width: width,
height: height,
);
}
PlaneWrapper wrapped() {
return PlaneWrapper(
bytes: bytes,
bytesPerRow: bytesPerRow,
bytesPerPixel: bytesPerPixel,
width: width,
height: height,
);
}