-
Notifications
You must be signed in to change notification settings - Fork 0
tv pager
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.ui.components.page/TvPager
[androidJvm]\
fun TvPager(startIndex: Int = 0, onPageChange: (index: Int, page: Page?) -> Unit = { index, page -> }, navController: NavHostControllerEx = rememberNavControllerEx(), pages: PagerScope.() -> Unit = { page(EMPTY_PAGE) })