XDDGenericWithType<T> constructor

XDDGenericWithType<T>(
  1. ThemeData? xThemeData, {
  2. Key? key,
  3. Color? backGroundColor,
  4. List<T>? items,
  5. T? filterValue,
  6. dynamic onChangeDD(
    1. dynamic
    )?,
  7. String? hintText,
  8. String? propToShowInItems,
})

Implementation

XDDGenericWithType(
  this.xThemeData, {
  Key? key,
  this.backGroundColor,
  this.items,
  this.filterValue,
  this.onChangeDD,
  this.hintText,
  this.propToShowInItems,
}) : super(key: key);