channel Cover Edit Gallery Menu
fun channelCoverEditGalleryMenu(contract: ChannelCoverEditDialogContract?, onClick: () -> Unit = { contract?.onClickGallery() }): DialogMenuDetail
Returns the default "gallery" menu for the channel cover edit dialog.
Return
The DialogMenuDetail for the gallery menu.
Since
1.0.0
Parameters
contract
The contract to handle the menu click actions.
on Click
The action to be executed when the menu is clicked. Defaults to ImagePickerState.pickImages.