buttonAriaLabel property

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

Aria label for the button.

Implementation

@Input()
String? buttonAriaLabel;