enableKeyboardFocus property

bool enableKeyboardFocus
final

This property allows user to enable the keyboard on tap of search box button directly if this is set as true if not set as true than it will not automatically bring keyboard on tap of the search box button instead it will bring keyboard once searchField is tapped.

Implementation

final bool enableKeyboardFocus;