semanticsLabel property

String? semanticsLabel
final

Optional text to replace the default Semantics behavior of reading the number in this badge.

If not null, Semantics will ignore unread, so this parameter can be used for making Semantics read "3 unread emails" instead of just "3". If null, Semantics will just read unread.

Implementation

final String? semanticsLabel;