BottomSheetHolder

abstract fun BottomSheetHolder(dismiss: () -> Unit, searchField: @Composable () -> Unit, countriesList: @Composable (contentPadding: PaddingValues, lazyListState: LazyListState) -> Unit)

Holder for the bottom sheet content.

Parameters

dismiss

Callback invoked when the bottom sheet should be dismissed.

searchField

Composable function representing the search field.

countriesList

Composable function representing the list of countries. It provides the contentPadding and lazyListState for the list.