autoResizeFreeTextEnabled property

void autoResizeFreeTextEnabled=(bool value)

Whether to automatically resize the bounding box of free text annotations when editing.

Defaults to false.

Implementation

set autoResizeFreeTextEnabled(bool value) =>
    _autoResizeFreeTextEnabled = value;