1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

enable material 3 on flutter_maps_firestore (#1609)

This commit is contained in:
Miguel Beltran
2023-01-30 14:54:10 +01:00
committed by GitHub
parent 2e3dfb0e8d
commit f088262e2e

View File

@@ -34,8 +34,9 @@ class App extends StatelessWidget {
title: 'Ice Creams FTW',
home: const HomePage(title: 'Ice Cream Stores in SF'),
theme: ThemeData(
primarySwatch: Colors.pink,
colorSchemeSeed: Colors.pink,
scaffoldBackgroundColor: Colors.pink[50],
useMaterial3: true,
),
);
}