@ExperimentalWearFoundationApi
value class RevealValue


Different values which the swipeable modifier can be configured to.

Summary

Public companion properties

RevealValue

The default first value which generally represents the state where the revealable actions have not been revealed yet.

RevealValue

The value which represents the state in which the whole revealable content is fully revealed.

RevealValue

The value which represents the state in which all the actions are revealed and the top content is not being swiped.

Public properties

Int

Public companion properties

Covered

Added in 1.2.0
val CoveredRevealValue

The default first value which generally represents the state where the revealable actions have not been revealed yet. In this state, none of the actions have been triggered or performed yet.

Revealed

Added in 1.2.0
val RevealedRevealValue

The value which represents the state in which the whole revealable content is fully revealed. This also represents the state in which one of the actions has been triggered/performed.

Revealing

Added in 1.2.0
val RevealingRevealValue

The value which represents the state in which all the actions are revealed and the top content is not being swiped. In this state, none of the actions have been triggered or performed yet.

Public properties

value

Added in 1.2.0
val valueInt