CheckboxPickerState<T> constructor

CheckboxPickerState<T>(
  1. List<T> selectedValues
)

Implementation

CheckboxPickerState(this.selectedValues);