SearchBar constructor

const SearchBar(
  1. {Function? onChanged,
  2. void onTap(
      )?,
    1. bool? readOnly,
    2. FocusNode? focusNode,
    3. Key? key}
    )

    Implementation

    const SearchBar(
        {this.onChanged, this.onTap, this.readOnly, this.focusNode, Key? key})
        : super(key: key);