Class

FixedThreshold

A fixed threshold will be at an offset away from the first anchor.

Source set: Android
@ExperimentalWearMaterialApi
public 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.

Last updated: