allDropdownValues property

List<String> 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<String> allDropdownValues;