TComboBox constructor
const
TComboBox({})
Implementation
const TComboBox({
super.key,
this.items = const [],
this.itemIndex = -1,
this.text = '',
this.style = TComboBoxStyle.csDropDown,
this.dropDownCount = 8,
this.enabled = true,
this.font,
this.onChange,
this.onSelect,
});