SearchBarSelect constructor

const SearchBarSelect({
  1. Key? key,
  2. SearchDecoration? searchDecoration,
  3. dynamic onChanged(
    1. String
    )?,
})

Implementation

const SearchBarSelect({super.key, this.searchDecoration, this.onChanged,});