allDropdownValues property

List<DropdownValue> allDropdownValues
final

When the asTextFieldDropdown factory constructor is called, dropdown will allow an additional ability to filter the list based on the textController's value.

Implementation

final List<DropdownValue> allDropdownValues;