swipeMinimumDistance(_ value: Double) | Minimum drag distance to start the gesture. |
swipeActionsStyle(_ value: SwipeActionStyle) | The style to use (mask, equalWidths, or cascade). |
swipeActionsMaskCornerRadius(_ value: Double) | Corner radius encompassing all actions. |
swipeActionsVisibleStartPoint(_ value: Double) | Point where actions start becoming visible. |
swipeActionsVisibleEndPoint(_ value: Double) | Point where actions become fully visible. |
swipeActionCornerRadius(_ value: Double) | Corner radius for each individual action. |
swipeActionWidth(_ value: Double) | Width for each action. |
swipeSpacing(_ value: Double) | Spacing between actions and the label view. |
swipeReadyToExpandPadding(_ value: Double) | Drag point to expand actions. |
swipeReadyToTriggerPadding(_ value: Double) | Drag point to enter the triggering state. |
swipeMinimumPointToTrigger(_ value: Double) | Minimum drag required to trigger the edge action. |
swipeEnableTriggerHaptics(_ value: Bool) | Enables haptics if swipeToTriggerLeadingEdge/swipeToTriggerTrailingEdge is true. |
swipeStretchRubberBandingPower(_ value: Double) | Controls rubber banding when no actions exist or trigger is false. |
swipeAllowSingleSwipeAcross(_ value: Bool) | Allows switching from leading to trailing actions in one swipe. |
swipeActionContentTriggerAnimation(_ value: Animation) | Animation for adjusting content view when triggered. |
swipeOffsetCloseAnimation(stiffness: Double, damping: Double) | Animation values for closing. |
swipeOffsetExpandAnimation(stiffness: Double, damping: Double) | Animation values for expanding. |
swipeOffsetTriggerAnimation(stiffness: Double, damping: Double) | Animation values for triggering. |