Flutter Flow: Migrating the carousel menu to use data types

Previously I went through the process of creating a carousel menu in Flutter Flow. Back then I used json for the menu items. Flutter Flow recently introduced data types, allowing me to update the custom widget to use them.

https://medium.com/@coffeebytez/flutter-flow-migrating-the-carousel-menu-to-use-data-types-88489ca06ad8

I have also submitted a carousel image gallery to the market place. I'm not sure how I want to handle tapping an image. I think I want to allow the user to specify an action, instead of going to another screen, so the user has more control.

2