SelectBox<T>.withIndex constructor

SelectBox<T>.withIndex(
  1. T data,
  2. int index
)

Implementation

SelectBox.withIndex(T data, int index) : this(data, index, false);