DiveListTapCallback typedef

DiveListTapCallback = bool Function(int currentIndex, int newIndex)

Signature for when a tap has occurred. Return true when selection should be updated, or false to ignore tap.

Implementation

typedef DiveListTapCallback = bool Function(int currentIndex, int newIndex);