ImageColumn custom state (array/collection)
I want to customize ImageColumn state, i managed to customize for one image, however i don't know how to do it for multiple images chained with stacked() function. I tried returning collection for the state and it does not work.
1 Reply
Current code
Solved, use Array as return type instead of Collection