SearchField constructor Null safety

const SearchField(
  1. {bool autofocus = false,
  2. bool showClearButton = true,
  3. void onFocus(
      )?}
    )

    Implementation

    const SearchField({
      this.autofocus = false,
      this.showClearButton = true,
      this.onFocus,
    });