StoryOverlayScope

interface StoryOverlayScope : BoxScope(source)

Functions

Link copied to clipboard
abstract fun Modifier.align(alignment: Alignment): Modifier
Link copied to clipboard
abstract fun Modifier.matchParentSize(): Modifier
Link copied to clipboard
abstract fun Modifier.overlayElement(): Modifier

Enables tracking of the pointer when it enters or exists a Composable. This allows the overlay to decrease the transparency of the overlay even more when the pointer is over an element in the overlay.

Link copied to clipboard
@Composable
fun StoryOverlayScope.OverlayNavigation(storyState: StoryState, alignment: Alignment = Alignment.BottomEnd)