Class

DockedEdge

Represents the edge of a resizable pane that is docked, i.e.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
@ExperimentalMaterial3AdaptiveApi
enum class DockedEdge

Represents the edge of a resizable pane that is docked, i.e. the edge that will stay in the same position during resizing.

For example if the edge is DockedEdge.Top, the top edge of the pane won't move and the bottom edge will be moveable to resize the pane.

Note that DragToResizeState only supports resizing along one orientation according to their DockedEdge. For example if DockedEdge.Top or DockedEdge.Bottom has been set, the resizing can only happen along the vertical axis.