Options Bottom Sheet
fun OptionsBottomSheet(items: List<OptionData>, title: String, maxItemsToShow: Int, noResultsFoundString: String, searchToFindMoreString: String, doneButtonText: String, windowInsets: @Composable () -> WindowInsets = { BottomSheetShellDefaults.windowInsets() }, onDismiss: () -> Unit, content: @Composable (List<OptionData>) -> Unit)