decoding property
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;
Specifies how the image should be decoded by the browser or renderer.
Can be ImageDecoding.sync, ImageDecoding.async, or ImageDecoding.auto.
final ImageDecoding? decoding;