VComboboxScreen constructor
const
VComboboxScreen({})
Implementation
const VComboboxScreen({
Key? key,
required this.searchList,
required this.searchController,
required this.topLabelText,
required this.appBarTitle,
this.errorText,
this.listTileResultIcon,
this.closeIcon,
this.isFocused = false,
this.style,
this.vExt,
}) : super(key: key);