isResizable property

  1. @override
bool get isResizable
override

Whether this annotation can be resized by the user.

When true, resize handles will be shown when the annotation is selected, allowing the user to drag to change the annotation's size.

Override to return true for annotations that support resizing. The default is false. GroupAnnotation and StickyAnnotation return true to enable resize functionality.

Implementation

@override
bool get isResizable => true;