Tela conexão bluetooth

This commit is contained in:
2026-02-26 16:39:27 +00:00
parent bbd6185401
commit edba3e33c6
8 changed files with 183 additions and 16 deletions

View File

@@ -22,6 +22,7 @@ class _GoogleMapScreenState extends State<GoogleMapScreen> {
return Scaffold(
appBar: AppBar(
title: const Text('Mapa da Corrida'),
foregroundColor: Colors.white,
backgroundColor: Colors.black, // or your AppColors.background
elevation: 0,
),