PaneExpansionAnchor.Offset
-
Cmn
class PaneExpansionAnchor.Offset : PaneExpansionAnchor
kotlin.Any | ||
↳ | androidx.compose.material3.adaptive.layout.PaneExpansionAnchor | |
↳ | androidx.compose.material3.adaptive.layout.PaneExpansionAnchor.Offset |
PaneExpansionAnchor
implementation that specifies the anchor position in the offset in Dp
. If a positive value is provided, the offset will be treated as a start offset, on the other hand, if a negative value is provided, the absolute value of the provided offset will be used as an end offset. For example, if -150.dp is provided, the resulted anchor will be at the position that is 150dp away from the end side of the associated layout.