FixedThreshold
Class
Common
Deprecated SwipeableDeprecation
@ExperimentalMaterialApi
data class FixedThreshold(private val offset: Dp) : ThresholdConfig
A fixed threshold will be at an offset
away from the first anchor.
Parameters
offset | The offset (in dp) that the threshold will be at. |