onElementSecondaryLongTapped property

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

callback for right click long press event on an element

Implementation

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