CrySearchBar constructor

const CrySearchBar({
  1. Key? key,
  2. ValueChanged? onSearch,
})

Implementation

const CrySearchBar({Key? key, this.onSearch}) : super(key: key);