BitmapHelper.fromHeadless constructor

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

Implementation

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