DropDownSingleSelectionWithPagination constructor
const
DropDownSingleSelectionWithPagination({})
Implementation
const DropDownSingleSelectionWithPagination(
{super.key,
required this.listItems,
required this.onItemSelected,
this.selectedValue = 0,
this.isAPISearchEnable = false,
this.isShowAddNewButton = false,
this.isShowResetButton = false,
this.onSearchRequest,
this.onReset,
this.onAddNew});