enable Material 3 on android_splash_screen sample (#1604)

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

@ -30,6 +30,7 @@ class MyApp extends StatelessWidget {
title: 'Flutter Demo',
theme: ThemeData(
primarySwatch: Colors.blue,
useMaterial3: true,
),
home: const MyHomePage(title: 'Flutter Demo Home Page'),
);

Loading…
Cancel
Save