CustomSelectItem<T> constructor

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

Implementation

CustomSelectItem(this.buttonObjectValue, this.buttonText);