SearchField constructor

const SearchField({
  1. Key? key,
})

Implementation

const SearchField({
  Key? key,
}) : super(key: key);