TListBox constructor
const
TListBox({})
Implementation
const TListBox({
super.key,
this.items = const [],
this.itemIndex = -1,
this.multiSelect = false,
this.enabled = true,
this.font,
this.onClick,
this.onSelectionChange,
});