Source set: Common
public enum class SwipeToDismissBoxValue {
/** Can be dismissed by swiping in the reading direction. */
StartToEnd,
/** Can be dismissed by swiping in the reverse of the reading direction. */
EndToStart,
/** Cannot currently be dismissed. */
Settled,
}
The directions in which a SwipeToDismissBox can be dismissed.
Members
StartToEnd
Source set: Common
StartToEnd
Can be dismissed by swiping in the reading direction.
EndToStart
Source set: Common
EndToStart
Can be dismissed by swiping in the reverse of the reading direction.
Settled
Source set: Common
Settled
Cannot currently be dismissed.