mapa de calor ?

This commit is contained in:
2026-03-12 16:12:02 +00:00
parent b95d6dc8d4
commit cae3bbfe3b
8 changed files with 450 additions and 574 deletions

View File

@@ -142,6 +142,7 @@ class _TeamsPageState extends State<TeamsPage> {
],
),
floatingActionButton: FloatingActionButton(
heroTag: 'add_team_btn', // 👇 A MÁGICA ESTÁ AQUI!
backgroundColor: const Color(0xFFE74C3C),
child: Icon(Icons.add, color: Colors.white, size: 24 * context.sf),
onPressed: () => _showCreateDialog(context),