Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-megh-l committed Mar 6, 2024
1 parent ed1b66d commit e169ba4
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e169ba4

Please sign in to comment.