ConsentModalBottomSheet
Bottom sheet used for obtaining consent when presenting one or more credentials.
Parameters
a SheetState for state.
the relying party which is requesting the data.
TrustMetadata conveying the level of trust in the requester, if any.
the combinatinos of credentials and claims that the user can select.
the list of documents the user may have preselected earlier (for example an OS-provided credential picker like Android's Credential Manager) or the empty list if the user didn't preselect.
a ImageLoader.
the maximum height of the bottom sheet or null if no limit.
called with the documents currently selected for the user, including when first shown. If the user selects a different set of documents in the prompt, this will be called again.
called when the user presses the "Share" button, returns the user's selection.
called when the sheet is dismissed.