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