word_search_result: add search term to appbar
This commit is contained in:
@@ -85,7 +85,7 @@ class _WordSearchResultPageState extends State<WordSearchResultPage> {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text('Search'),
|
||||
title: Text('"${widget.searchTerm}"'),
|
||||
actions: [
|
||||
if (incognitoModeEnabled)
|
||||
IconButton(
|
||||
|
||||
Reference in New Issue
Block a user