Hi, I'm new to FlutterFlow so this might be obvious. I have a ListView that I'd like to show an item has been selected when the user taps the item. Once tapped the user will have buttons at the bottom of the screen that will act on the selected item. I know this is not a modern way of interacting but it is for a rewrite of an app that has many users and the brief is to duplicate the way it works. I will use swipe on new screens but cannot use it here.
In summary, is there some kind of selected property I can set, or do I need to handle this myself via an action and perhaps change the background color? Not forgetting to "unselect" any previous selection!