Bottom Sheet Holder
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.
search Field
Composable function representing the search field.
countries List
Composable function representing the list of countries. It provides the contentPadding and lazyListState for the list.