CheckboxProps<T> constructor

const CheckboxProps<T>({
  1. required List<SelectData<T>> options,
  2. void onChanged(
    1. List,
    2. List<T>,
    3. List<SelectData<T>>
    )?,
})

Implementation

const CheckboxProps({required this.options, this.onChanged});