The parent data passed to pane scaffolds by their contents like panes and drag handles.

See also
preferredWidth

Summary

Public properties

Boolean

true to indicate that the child is an AnimatedPane; otherwise false.

Cmn
Dp

The minimum touch target size of the child, which is supposed to be set via PaneScaffoldScope.paneExpansionDraggable on a drag handle component.

Cmn
Float

The preferred width of the child, which is supposed to be set via PaneScaffoldScope.preferredWidth on a pane composable, like AnimatedPane.

Cmn

Public properties

isAnimatedPane

val isAnimatedPaneBoolean

true to indicate that the child is an AnimatedPane; otherwise false.

minTouchTargetSize

val minTouchTargetSizeDp

The minimum touch target size of the child, which is supposed to be set via PaneScaffoldScope.paneExpansionDraggable on a drag handle component.

preferredWidth

val preferredWidthFloat

The preferred width of the child, which is supposed to be set via PaneScaffoldScope.preferredWidth on a pane composable, like AnimatedPane.