ariaLabelForDropdownButton property

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

aria-label attached to the dropdown button that opens the date picker.

Implementation

@Input()
String? ariaLabelForDropdownButton;