From e169ba4b8d655da5d2c9c0973ca884ed911608d0 Mon Sep 17 00:00:00 2001 From: cp-megh Date: Wed, 6 Mar 2024 16:26:41 +0530 Subject: [PATCH] Minor change --- .../canopas/campose/countrypicker/CountryPickerView.kt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/countrypicker/src/main/java/com/canopas/campose/countrypicker/CountryPickerView.kt b/countrypicker/src/main/java/com/canopas/campose/countrypicker/CountryPickerView.kt index 5b8e8ab..1ae724d 100644 --- a/countrypicker/src/main/java/com/canopas/campose/countrypicker/CountryPickerView.kt +++ b/countrypicker/src/main/java/com/canopas/campose/countrypicker/CountryPickerView.kt @@ -22,9 +22,12 @@ import com.canopas.campose.countrypicker.model.PickerType * @param sheetState The state of the bottom sheet. * @param shape The shape of the bottom sheet or dialog. * @param containerColor The color of the bottom sheet or dialog container. - * @param contentColor The color of the bottom sheet or dialog content. - * @param tonalElevation The elevation of the bottom sheet or dialog. - * @param scrimColor The color of the bottom sheet or dialog scrim. + * @param contentColor The color of the bottom sheet items. + * **[For bottom sheet only].** + * @param tonalElevation The elevation of the bottom sheet + * **[For bottom sheet only].** + * @param scrimColor Color of the scrim that obscures content when the bottom sheet is open. + * **[For bottom sheet only].** * @param pickerTitle The title composable for the bottom sheet or dialog. * @param onItemSelected Callback when a country is selected. * @param searchFieldTextStyle The text style for the search field.