LegendInfoDialog

fun LegendInfoDialog(pairedRes: List<Pair<Int, Int>>, onDismiss: () -> Unit)

Displays a dialog with information about the legend items.

Parameters

pairedRes

A list of Pairs containing (term, definition).

onDismiss

Executes when the user presses the close button.