decoding property

ImageDecoding? decoding
final

Specifies how the image should be decoded by the browser or renderer.

Can be ImageDecoding.sync, ImageDecoding.async, or ImageDecoding.auto.

Implementation

final ImageDecoding? decoding;