🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

PaneScaffoldValue

Interface to provide adapted value of panes.

Source set: Common
public 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

Source set: Common
public operator fun get(role: Role): PaneAdaptedValue

Returns the PaneAdaptedValue of the given role of a pane.

Content updated: