noAriaLabel property
The text to be used as an ARIA label on the cancel button.
For example, Dismiss
, Not now
, etc. Defaults to null
so screen
readers will read the button text as the label.
Implementation
@Input()
String? noAriaLabel;
The text to be used as an ARIA label on the cancel button.
For example, Dismiss
, Not now
, etc. Defaults to null
so screen
readers will read the button text as the label.
@Input()
String? noAriaLabel;