Artem738

Results 1 comments of Artem738

> ``` > onPressed: (context) { > final controller = Slidable.of(context); > controller?.dismiss( > ResizeRequest(const Duration(milliseconds: 300), > () => _deleteComment(_comments![index])), > duration: const Duration(milliseconds: 300), > ); > }...