deselectLabel property

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

Text label for select item that deselects the current selection.

Implementation

@Input()
String? deselectLabel;