I have a list of items in a listview, where I want to enable the user to swipe those items to the left of the screen, in order to delete them. I haven't been using FlutterFlow a lot yet, so I am unaware of what is not possible to do inside FlutterFlow, as opposed to Flutter. I consider myself a newbie in FlutterFlow development.
Currently, my app made in Flutter/Dart is allowing a user to swipe individual list items from-right-to-left, in order to delete them. Is this functionality not available in FlutterFlow?
If it is, how can I achieve similar feature, using custom child widgets - perhaps by adding custom code to a parent container? Any pointers/clues?