buffer property

  1. @override
Pointer<Uint8>? buffer
override

Pointer to the inernal RGBA image buffer if available; the size is calculated by width*height*4.

Implementation

@override
Pointer<Uint8>? get buffer => _buffer;