Skip to content

Instantly share code, notes, and snippets.

@SwapnilThube
SwapnilThube / Flutter_Slidable_Action
Created November 1, 2025 11:27
Flutter_Slidable_Action \n pkg dependecies flutter_slidable: ^3.0.0
return Slidable(
dragStartBehavior: DragStartBehavior.start,
key: ValueKey(model.messageId),
startActionPane: ActionPane(
motion: const StretchMotion(),
extentRatio: 0.50,
children: [
SlidableAction(
onPressed: (ctx) async {
await showDialog<void>(