Component - Dismissible for swipe actions
The Dismissible widget in Flutter allows users to swipe a list item to remove it from the list. It provides a natural way to delete or archive items with a swipe gesture.
The Dismissible widget in Flutter allows users to swipe a list item to remove it from the list. It provides a natural way to delete or archive items with a swipe gesture.
Scaffold
├─ AppBar
│ └─ Text
└─ ListView
└─ Dismissible
└─ ListTile
├─ leading (Icon)
└─ title (Text)