onElementSecondaryTapped property

dynamic Function(BuildContext context, Offset position, FlowElement element)? onElementSecondaryTapped
final

callback for mouse rightclick event on an element

Implementation

final Function(BuildContext context, Offset position, FlowElement element)?
    onElementSecondaryTapped;