Skip to content

Commit

Permalink
Example project to use colorSchemeSeed instead of primarySwatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Jan 5, 2023
1 parent 8bb6b4d commit ca0ff40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MapApp extends StatelessWidget {
return MaterialApp(
title: 'Map Examples',
theme: ThemeData(
primarySwatch: Colors.purple,
colorSchemeSeed: Colors.purple,
useMaterial3: true,
brightness: Brightness.dark,
),
Expand Down

0 comments on commit ca0ff40

Please sign in to comment.