onElementLongPressed property
dynamic Function(BuildContext context, Offset position, FlowElement element)?
onElementLongPressed
final
callback for element long pressed
Implementation
final Function(BuildContext context, Offset position, FlowElement element)?
onElementLongPressed;