isShowSearchTile property
isShowSearchTile is a bool variable that determines whether or not to display the search tile. If set to true, the search tile will be shown, and if set to false, the search tile will be hidden. This variable is declared as final, indicating that it can't be reassigned after being initialized.
Implementation
final bool isShowSearchTile;