Skip to content

pager scope

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.ui.components.page/PagerScope/PagerScope

PagerScope

[androidJvm]
constructor(navController: NavHostControllerEx, startIndex: Int = 0, pages: PagerScope.() -> Unit = {}, onPageChange: (index: Int, page: Page?) -> Unit = { index, page -> })

Clone this wiki locally