GestureNodePanDownCallback typedef

GestureNodePanDownCallback = void Function(DragDownDetails details, MatrixNode node, Rect rect)

Implementation

typedef GestureNodePanDownCallback = void Function(
    DragDownDetails details, MatrixNode node, Rect rect);