SearchPage constructor

SearchPage({
  1. Key? key,
  2. bool autofocus = false,
})

Implementation

SearchPage({Key? key, this.autofocus = false}) : super(key: key);