Navigator(: NavAnimation? = null, : Boolean? = null, : Boolean? = null, : Set<String> = setOf(), : (Navigator.() -> Unit)? = null)
Creates a navigator component.
animation
- an animation type.
swipeable
- an iOS swipe to pop feature
forceSwipeable
- force iOS swipe on Android platform
classes
- a set of CSS class names
init
- an initializer extension function
Constructor
Creates a navigator component.