OnTapList typedef

OnTapList = void Function(int? listIndex)

Implementation

typedef void OnTapList(int? listIndex);