I have a Page State variable in which I am storing a list of ImagePaths through some action elsewhere in the page. I would like to make a widget that displays each of these images (ideally in some grid, but can work with rows that wrap as well).
How do I do this? I don't want to have to perform an action for this like tapping something. The images should just be displayed.