ariaLabel property

  1. @Input()
String? ariaLabel
getter/setter pair

The label to be used for assistive technologies.

If role is "dialog" and this is set, screenreaders will read this label when focus first enters the popup.

Implementation

@Input()
String? ariaLabel;