Full Screen Banner
fun FullScreenBanner(modifier: Modifier = Modifier, pageCount: Int, pageContent: @Composable (pageIndex: Int) -> Unit)
A horizontal pager component that displays multiple full-screen banners.
Parameters
modifier
The Modifier to be applied to the pager container.
page Count
The number of pages in the banner.
page Content
The content for each page, indexed by position.