loadStateChanged property
LoadStateChanged?
loadStateChanged
final
A callback function that is called when the load state of the image changes. It takes an ExtendedImageState as a parameter and returns a Widget?.
Implementation
final LoadStateChanged? loadStateChanged;