XColFilter constructor

XColFilter({
  1. Key? key,
  2. double? heightFilter,
  3. Color? colorBackgroundFilter,
  4. String? propName,
  5. String? hintTextOfFilter,
  6. dynamic onChangedFilter(
    1. String
    )?,
  7. dynamic onPressedFilterSearch()?,
  8. Color? colorBorderOfFilter,
})

Implementation

XColFilter({
  Key? key,
  this.heightFilter,
  this.colorBackgroundFilter,
  this.propName,
  this.hintTextOfFilter,
  this.onChangedFilter,
  this.onPressedFilterSearch,
  this.colorBorderOfFilter,
}) : super(key: key);