enable material 3 on desktop_photo_search sample (#1608)

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

@ -63,7 +63,8 @@ class UnsplashSearchApp extends StatelessWidget {
return MaterialApp(
title: 'Photo Search',
theme: ThemeData(
primarySwatch: Colors.orange,
colorSchemeSeed: Colors.orange,
useMaterial3: true,
),
home: const UnsplashHomePage(title: 'Photo Search'),
);

Loading…
Cancel
Save