CustomMultiSelectDropdownItem<T> constructor
CustomMultiSelectDropdownItem<T> (
- T buttonObjectValue,
- String buttonText
Implementation
CustomMultiSelectDropdownItem(this.buttonObjectValue, this.buttonText);