enable Material 3 on add_to_app/books (#1637)

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

@ -15,6 +15,7 @@ class MyApp extends StatelessWidget {
return MaterialApp(
theme: ThemeData(
primaryColor: const Color(0xff6200ee),
useMaterial3: true,
),
home: const BookDetail(),
);

Loading…
Cancel
Save