SearchConfig constructor

SearchConfig({
  1. required bool hideSearch,
})

Implementation

SearchConfig({
  required this.hideSearch,
});