cloneHeadless method

Bitmap cloneHeadless()

Implementation

Bitmap cloneHeadless() {
  return Bitmap.fromHeadless(
    width,
    height,
    Uint8List.fromList(content),
  );
}