dropdownButtonAriaLabel property

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

The ARIA label for the dropdown button.

Implementation

@Input()
String? dropdownButtonAriaLabel;