Class

PaneMotionData

A class to collect motion-relevant data of a specific pane.

Source set: Common
@ExperimentalMaterial3AdaptiveApi
class PaneMotionData internal constructor()

A class to collect motion-relevant data of a specific pane.

Properties

motion

Source set: Common
var motion: PaneMotion

originSize

Source set: Common
var originSize: IntSize

originPosition

Source set: Common
var originPosition: IntOffset

targetSize

Source set: Common
var targetSize: IntSize

targetPosition

Source set: Common
var targetPosition: IntOffset

Last updated: