semanticDropdownLabel property

String? semanticDropdownLabel
final

A semantic label for the dropdown.

If null, the label will be set to the selected item's label.

This label is used by accessibility frameworks (e.g. TalkBack on Android) to describe the component.

Implementation

final String? semanticDropdownLabel;