inputAriaLabel property

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

The label to be used for assistive technologies.

Use label instead of this when a visible label is desired.

Implementation

@Input()
String? inputAriaLabel;