enable material 3 on flutter_maps_firestore (#1609)

pull/1612/head
Miguel Beltran 1 year ago committed by GitHub
parent 2e3dfb0e8d
commit f088262e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,
),
);
}

Loading…
Cancel
Save