Bitmap.fromHeadless constructor

Bitmap.fromHeadless(
  1. int width,
  2. int height,
  3. Uint8List content
)

Implementation

Bitmap.fromHeadless(this.width, this.height, this.content);