isAnnotationEnabled property

bool get isAnnotationEnabled

Implementation

bool get isAnnotationEnabled => _isAnnotationEnabled;
set isAnnotationEnabled (bool value)

Implementation

set isAnnotationEnabled(bool value) {
  _isAnnotationEnabled = value;
  notifyListeners();
}