avatarSemanticLabel property

String? avatarSemanticLabel
final

Semantic label for the avatar button.

Defaults to 'User avatar button'

This label is used by accessibility frameworks (e.g. TalkBack on Android) to describe the component.

Zeta does not currently support translations, so this label should be passed in with the correct translation for the current locale.

Implementation

final String? avatarSemanticLabel;