thumbData property

Future<Uint8List?> thumbData

The thumb data of asset, use it to display.

If you need to see the loading status, look at the thumbDataWithSize or thumbDataWithOption.

Implementation

Future<Uint8List?> get thumbData => thumbDataWithSize(150, 150);