XDDGeneric constructor

XDDGeneric({
  1. Key? key,
  2. Color? ddColorBTN,
  3. Color? ddColorMenu,
  4. Color? ddColorItem,
  5. double? selectedItemHeight,
  6. List<String>? filterItems,
  7. String? filterValue,
  8. dynamic onChangeDD(
    1. Object?
    )?,
  9. String? hintText,
  10. EdgeInsets? padding,
  11. Color? ddColorTextInItem,
})

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);