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:
@@ -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,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user