isInteractive property

bool isInteractive
final

Whether this annotation responds to user interactions.

When false, the annotation cannot be selected, dragged, or clicked. Useful for purely decorative or informational annotations.

Implementation

final bool isInteractive;