onTagLongPress property

(dynamic Function(String)?) onTagLongPress
final

Function which gets called by a long press on a tag.

Implementation

final Function(String)? onTagLongPress;