data property

Uint8List data
getter/setter pair

32-bit premultiplied RGBA image data.

An uncompressed image data encoded in 32-bit RGBA format with premultiplied alpha channel. This field should contain exactly 4 * width * height bytes. It should consist of a sequence of scanlines.

Implementation

Uint8List data;