SelectBox<T>.fromData constructor

SelectBox<T>.fromData(
  1. T data
)

Implementation

SelectBox.fromData(T data) : this(data, -1, false);