diff --git a/lib/ai/unit_list.dart b/lib/ai/unit_list.dart index c48a06b..1d7d0fb 100644 --- a/lib/ai/unit_list.dart +++ b/lib/ai/unit_list.dart @@ -110,6 +110,16 @@ class _UnitListState extends State { }, ), ), + Padding( + padding: const EdgeInsets.all(16.0), + child: Text('hello Informáticos', + style: TextStyle( + fontSize: 18, + color: Theme.of(context).colorScheme.primary, + fontWeight: FontWeight.bold, + ), + ), + ), ], ), );