announceString property
String?
get
announceString
The text for the screenreader to announce.
Implementation
String? get announceString => _wrapped.announceString;
set
announceString
(String? v)
Implementation
set announceString(String? v) {
_wrapped.announceString = v;
}