CheckboxProps<T> constructor
const
CheckboxProps<T> ({
- required List<
SelectData< options,T> > - void onChanged(
- List,
- List<
T> , - List<
SelectData< T> >
Implementation
const CheckboxProps({required this.options, this.onChanged});