CreateRequestDropDown

fun CreateRequestDropDown(modifier: Modifier = Modifier, selectionState: RequestingDocumentState, dropDownOpened: Boolean = false, onSelectionUpdated: (elements: DocumentElementsRequest) -> Unit, onConfirm: (request: RequestingDocumentState) -> Unit)