GestureNodeTapDownCallback typedef
GestureNodeTapDownCallback =
void Function(TapDownDetails details, MatrixNode node, Rect rect)
Implementation
typedef GestureNodeTapDownCallback = void Function(
TapDownDetails details, MatrixNode node, Rect rect);