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),