PaneScaffoldParentData


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 pane 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
Dp

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

Cmn
Dp

The preferred width of the pane, 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 pane is an AnimatedPane; otherwise false. Note that this won't take effect on drag handle composables with the default scaffold implementations.

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. Note that this won't take effect on pane composables with the default scaffold implementations.

preferredHeight

val preferredHeightDp

The preferred height of the pane, which is supposed to be set via PaneScaffoldScope.preferredHeight on a pane composable, like AnimatedPane. Note that this won't take effect on drag handle composables with the default scaffold implementations.

preferredWidth

val preferredWidthDp

The preferred width of the pane, which is supposed to be set via PaneScaffoldScope.preferredWidth on a pane composable, like AnimatedPane. Note that this won't take effect on drag handle composables with the default scaffold implementations.