CheckedComboBox<T> constructor
const
CheckedComboBox<T> ({})
Creates an instance of the checked combo box class.
Implementation
const CheckedComboBox({
super.key,
required this.options,
required this.itemBuilder,
required this.selectedItems,
this.onSelected,
this.label,
this.enabled = true,
this.selectionBuilder,
this.onClose,
this.renderCheckBox,
this.style,
});