From a5733074095f37510af842be99c0dc9c6c8f1e85 Mon Sep 17 00:00:00 2001 From: kyle Date: Sun, 30 Nov 2025 19:03:47 +0900 Subject: [PATCH] feat: add usage guide for controller dismiss method feat: change --- lib/src/controller.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/controller.dart b/lib/src/controller.dart index 319cdaa..31e780a 100644 --- a/lib/src/controller.dart +++ b/lib/src/controller.dart @@ -355,6 +355,7 @@ class SlidableController { } /// Dismisses the [Slidable]. + /// When used inside a [SlidableAction], [autoClose] needs to be set to false Future dismiss( ResizeRequest request, { Duration duration = _defaultMovementDuration,