Source set: Common
class PaneMotionData internal constructor()
A class to collect motion-relevant data of a specific pane.
Properties
motion
Source set: Common
var motion: PaneMotion by mutableStateOf(PaneMotion.NoMotion)
originSize
Source set: Common
var originSize: IntSize = IntSize.Zero
originPosition
Source set: Common
var originPosition: IntOffset = IntOffset.Zero
targetSize
Source set: Common
var targetSize: IntSize = IntSize.Zero
targetPosition
Source set: Common
var targetPosition: IntOffset = IntOffset.Zero