CredentialPresentmentModalBottomSheet
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.
if the requester is in a trust-list, the TrustPoint indicating this
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.
a function which can be used to calculate TrustMetadata on a per-request basis.
the name of the application or null to not show the name.
the icon for the application or `null to not show the icon.
called when the user presses the "Share" button, returns the user's selection.
called when the sheet is dismissed.
if true, the cancel button will say "Back" instead of "Cancel".