AttachmentsPickerMenu
fun BoxScope.AttachmentsPickerMenu(listViewModel: MessageListViewModel, attachmentsPickerViewModel: AttachmentsPickerViewModel, composerViewModel: MessageComposerViewModel)
Contains the attachments picker menu wrapped inside of an animated composable.
Parameters
attachmentsPickerViewModel
The AttachmentsPickerViewModel used to read state and perform actions.
composerViewModel
The MessageComposerViewModel used to read state and perform actions.