Class

PaneExpansionAnchor

The implementations of this interface represent different types of anchors of pane expansion dragging.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
sealed class PaneExpansionAnchor

The implementations of this interface represent different types of anchors of pane expansion dragging. Setting up anchors when create PaneExpansionState will force user dragging to snap to the set anchors after user releases the drag.

Properties

Common
@get:Composable abstract val description: String

The description of the anchor that will be used in androidx.compose.ui.semantics.SemanticsProperties like accessibility services.

Companion Object