Autofocus search top items

This commit is contained in:
Juan Gilsanz Polo 2023-10-07 23:03:40 +02:00
parent adaa75e717
commit 5b715d0456

View file

@ -85,6 +85,7 @@ class _TopItemsScreenState extends State<TopItemsScreen> {
fontWeight: FontWeight.normal,
fontSize: 18
),
autofocus: true,
),
)
: Text(widget.title),