CheckboxPickerState constructor

CheckboxPickerState(
  1. List<String> selectedValues
)

Implementation

CheckboxPickerState(this.selectedValues);