Interface that serves as keys to remember and retrieve PaneExpansionState with rememberPaneExpansionState.

Summary

Public companion properties

PaneExpansionStateKey

The default PaneExpansionStateKey.

Cmn

Public companion properties

Default

val DefaultPaneExpansionStateKey

The default PaneExpansionStateKey. If you want to always share the same PaneExpansionState no matter what current scaffold state is, this key can be used. For example if the default key is used and a user drag the list-detail layout to a 50-50 split, when the layout switches to, say, detail-extra, it will remain the 50-50 split instead of using a different (default or user-set) split for it.