Migrate platform_view_swift to Material 3 (#1625)

Co-authored-by: Brett Morgan <brettmorgan@google.com>
pull/1633/head
Miguel Beltran 1 year ago committed by GitHub
parent 394459bd12
commit aa40931a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,7 @@ class PlatformView extends StatelessWidget {
title: 'Platform View',
theme: ThemeData(
primarySwatch: Colors.grey,
useMaterial3: true,
),
home: const HomePage(),
);

Loading…
Cancel
Save