TapHandler typedef

void TapHandler (
  1. int index,
  2. {bool shouldPop}
)

Implementation

typedef void TapHandler(int index, {bool shouldPop});