XDDGeneric constructor
XDDGeneric({})
Implementation
XDDGeneric({
Key? key,
this.ddColorBTN,
this.ddColorMenu,
this.ddColorItem,
this.selectedItemHeight,
this.filterItems,
this.filterValue,
this.onChangeDD,
this.hintText,
this.padding,
this.ddColorTextInItem,
}) : super(key: key);