GestureNodeLongPressStartCallback typedef
        GestureNodeLongPressStartCallback =
     void Function(LongPressStartDetails details, MatrixNode node, Rect rect)
    
    
    
Implementation
typedef GestureNodeLongPressStartCallback = void Function(
    LongPressStartDetails details, MatrixNode node, Rect rect);