Class

DragToResizeState

A state object that can be used to control the resizing behavior of a pane.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
@ExperimentalMaterial3AdaptiveApi
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.

Companion Object