SearchTextField constructor

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

Implementation

const SearchTextField({Key? key}) : super(key: key);