fun Root.navigator(: NavAnimation? = null, : Boolean? = null, : Boolean? = null, : Set<String>? = null, : String? = null, : (Navigator.() -> Unit)? = null): Navigator
fun SplitterContent.navigator(: NavAnimation? = null, : Boolean? = null, : Boolean? = null, : Set<String>? = null, : String? = null, : (Navigator.() -> Unit)? = null): Navigator
fun Tab.navigator(: NavAnimation? = null, : Boolean? = null, : Boolean? = null, : Set<String>? = null, : String? = null, : (Navigator.() -> Unit)? = null): Navigator
DSL builder extension function.
It takes the same parameters as the constructor of the built component.