There was an error while loading. Please reload this page.
1 parent 0bc3d7f commit f60792eCopy full SHA for f60792e
Jetsnack/app/src/main/java/com/example/jetsnack/ui/home/cart/SwipeDismissItem.kt
@@ -33,7 +33,9 @@ import androidx.compose.ui.unit.Dp
33
34
@OptIn(ExperimentalAnimationApi::class, ExperimentalMaterialApi::class)
35
@Composable
36
-/*Holds the Swipe to dismiss composable, its animation and the current state*/
+/**
37
+ * Holds the Swipe to dismiss composable, its animation and the current state
38
+ */
39
fun SwipeDismissItem(
40
modifier: Modifier = Modifier,
41
directions: Set<DismissDirection> = setOf(DismissDirection.EndToStart),
0 commit comments