Update KDoc

This commit is contained in:
Oleksandr Balan
2023-09-12 23:41:24 +02:00
parent a201da182b
commit 6c7ddf3e96

View File

@@ -103,8 +103,9 @@ public fun PageCurl(
* *
* @param count The count of pages. * @param count The count of pages.
* @param key The lambda to provide stable key for each item. Useful when adding and removing items before current page. * @param key The lambda to provide stable key for each item. Useful when adding and removing items before current page.
* @param state The state of the PageCurl. Use this to programmatically change the current page or observe changes.
* @param modifier The modifier for this composable. * @param modifier The modifier for this composable.
* @param state The state of the PageCurl. Use this to programmatically change the current page or observe changes.
* @param config The configuration for PageCurl.
* @param content The content lambda to provide the page composable. Receives the page number. * @param content The content lambda to provide the page composable. Receives the page number.
*/ */
@ExperimentalPageCurlApi @ExperimentalPageCurlApi