word_search_result: add search term to appbar

This commit is contained in:
2025-07-30 01:42:21 +02:00
parent c09b82f90b
commit e489a24a96

View File

@@ -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(