BitmapHelper.fromHeadful constructor

BitmapHelper.fromHeadful(
  1. int width,
  2. int height,
  3. Uint8List headedIntList
)

Implementation

BitmapHelper.fromHeadful(this.width, this.height, Uint8List headedIntList)
    : content = headedIntList.sublist(
        RGBA32HeaderSize,
        headedIntList.length,
      );