annotationsListFilterEnabled property

void annotationsListFilterEnabled=(bool value)

Whether filtering the annotation list is possible.

Defaults to true. Android only.

Implementation

set annotationsListFilterEnabled(bool value) =>
    _annotationsListFilterEnabled = value;