OnSelectionChanged typedef
OnSelectionChanged =
void Function(Map<String, String> selectedParams, Map<String, String> customParams, SetCustomSelectionMenuTitle setCustomMenuTitle)
Implementation
typedef OnSelectionChanged = void Function(
int menuIndex,
Map<String, String> selectedParams,
Map<String, String> customParams,
SetCustomSelectionMenuTitle setCustomMenuTitle);