CustomMultiSelectDropdownItem<T> constructor

CustomMultiSelectDropdownItem<T>(
  1. T buttonObjectValue,
  2. String buttonText
)

Implementation

CustomMultiSelectDropdownItem(this.buttonObjectValue, this.buttonText);