TrailingContent

@Composable
fun TrailingContent(pack: OfflinePack, offlineManager: OfflineManager = rememberOfflineManager(), coroutineScope: CoroutineScope = rememberCoroutineScope())(source)

The default trailing content for an OfflinePackListItem. It includes a button to pause, resume, or update the pack, depending on the pack's current status. It also includes a delete button.