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

SinglePaneSceneStrategy

A SceneStrategy that always creates a 1-entry Scene simply displaying the last entry in the list.

Source set: Common
public class SinglePaneSceneStrategy<T : Any> : SceneStrategy<T>

A SceneStrategy that always creates a 1-entry Scene simply displaying the last entry in the list.

Functions

calculateScene

Source set: Common
override fun SceneStrategyScope<T>.calculateScene(entries: List<NavEntry<T>>): Scene<T>

Content updated: