mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Enable Material 3 on Animations sample (#1605)
This commit is contained in:
@@ -178,7 +178,8 @@ class AnimationSamples extends StatelessWidget {
|
||||
return MaterialApp.router(
|
||||
title: 'Animation Samples',
|
||||
theme: ThemeData(
|
||||
primarySwatch: Colors.deepPurple,
|
||||
colorSchemeSeed: Colors.deepPurple,
|
||||
useMaterial3: true,
|
||||
),
|
||||
routerConfig: router,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user