From 5b715d04561788fc41cb5cdb606392b0c5d91ecb Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Sat, 7 Oct 2023 23:03:40 +0200 Subject: [PATCH] Autofocus search top items --- lib/screens/top_items/top_items.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/top_items/top_items.dart b/lib/screens/top_items/top_items.dart index f536b47..26b84d5 100644 --- a/lib/screens/top_items/top_items.dart +++ b/lib/screens/top_items/top_items.dart @@ -85,6 +85,7 @@ class _TopItemsScreenState extends State { fontWeight: FontWeight.normal, fontSize: 18 ), + autofocus: true, ), ) : Text(widget.title),