onDecorationInteraction property

ValueChanged<DecorationInteractionEvent>? onDecorationInteraction
final

Callback invoked when the user interacts with an existing decoration (e.g. taps a highlight).

Implementation

final ValueChanged<DecorationInteractionEvent>? onDecorationInteraction;