Source set: Common
public abstract class DragToResizeState private constructor() : DraggableState
A state object that can be used to control the resizing behavior of a pane.
This class provides a way to track the current size of a resizable pane and to handle drag interactions that modify the size. It supports both horizontal and vertical resizing.
This state object is primarily designed for internal use within pane scaffolds.
Members
Companion
Source set: Common
public companion object