hideAnnotationMenu property

void hideAnnotationMenu=(List value)

A list of Tools that will not show in the default annotation menu.

Defaults to empty.

Implementation

set hideAnnotationMenu(List value) => _hideAnnotationMenu = value;