TapNotifier typedef

TapNotifier = bool Function(int index)

Fire before GestureTapIndexCallback is handled, you may return false to block the tap event.

Implementation

typedef TapNotifier = bool Function(int index);