isResizable property
bool
get
isResizable
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
bool get isResizable => false;