When we know the length of list, it's recommended using ListView widget. This widget is used with builder function and the attributions are itemCount and itemBuilder. For itemBuilder, you can utilise Dismissible widget. This widget is used with onDismissed which is method, when user slides the item, it is executed. This time, remove function has been provided and child. This child comes with ExpenseItem.