NavigateWithShuttle

data class NavigateWithShuttle(val imageModel: ImageModel?) : NavigationEvent

Signals that the view should navigate to the second screen by transporting the image model safely via Shuttle.

Constructors

Link copied to clipboard
constructor(imageModel: ImageModel?)

Properties

Link copied to clipboard
val imageModel: ImageModel?

the image model to transport as cargo.