Common
@ExperimentalMaterial3AdaptiveApi
sealed interface PaneScaffoldValue<Role : PaneScaffoldRole>
Interface to provide adapted value of panes.
Parameters
| Role | The type of the PaneScaffoldRole that will be used by the pane scaffold implementation to index the pane and its associated PaneAdaptedValue. |
Functions
get
operator fun get(role: Role): PaneAdaptedValue
Returns the PaneAdaptedValue of the given role of a pane.