I have a very simple Widget.
CachedNetworkImage(
imageUrl: widget.imageUrls[imageIndex],
fit: BoxFit.fitWidth,
),
When the image is loaded, I want to do something, like scrolling to bottom page or showing popup. But how to get event to detect that ?