dismissable

val dismissable: StateFlow<Boolean>

Returns whether the presentment can be dismissed/canceled.

If this is true the UI layer should include e.g. a button the user can press to dismiss/cancel and call dismiss when the user clicks the button.