OnSingleSelectionCallback typedef

OnSingleSelectionCallback = void Function(int selectedIndex)

Single selection callback of list dialog

Implementation

typedef OnSingleSelectionCallback = void Function(int selectedIndex);