ModulaSearchField constructor
const
ModulaSearchField({})
Implementation
const ModulaSearchField({
required this.onSearch,
super.key,
this.debounceDuration = const Duration(milliseconds: 500),
this.showClearButton = true,
this.prefixIcon,
this.filters,
this.selectedFilter,
this.filterType = FilterType.chip,
this.onFilterChanged,
});