Class

PaneExpansionAnchor

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

Source set: 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

description

Source set: 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

Last updated: