pixelData property

Uint8List pixelData
getter/setter pair

The raw pixel data of the texture as a Uint8List. This data is available after the texture has loaded.

Implementation

late Uint8List pixelData;