onLineSecondaryLongTapped property

(void Function(BuildContext context, Offset clickPosition, FlowElement srcElement, FlowElement destElement)?) onLineSecondaryLongTapped
final

callback for line right click long press event

Implementation

final void Function(
  BuildContext context,
  Offset clickPosition,
  FlowElement srcElement,
  FlowElement destElement,
)? onLineSecondaryLongTapped;