anchorId property
String
get
anchorId
Implementation
String get anchorId => _anchorId;
set
anchorId
(String value)
Implementation
set anchorId(String value) {
if (_anchorId == value) return;
_anchorId = value;
if (!_suppressNotifications) notifyListeners();
}