coverArt property

Uint8List? coverArt
getter/setter pair

The cover art as a UInt8List. This can be used with Image.memory() to convert to an image and display in the UI.

Implementation

Uint8List? coverArt;