SearchBar constructor
SearchBar({})
Implementation
SearchBar({this.height, required this.children, required this.onSearch, this.activeColor=Colors.blue, this.backgroundColor=Colors.white});
SearchBar({this.height, required this.children, required this.onSearch, this.activeColor=Colors.blue, this.backgroundColor=Colors.white});