SearchBarSelect constructor
const
SearchBarSelect({
- Key? key,
- SearchDecoration? searchDecoration,
- dynamic onChanged()?,
Implementation
const SearchBarSelect({super.key, this.searchDecoration, this.onChanged,});