enable Material 3 on platform_design ()

pull/1628/head
Miguel Beltran 2 years ago committed by GitHub
parent a5cdae3ab0
commit 9583b59615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,6 +25,7 @@ class MyAdaptingApp extends StatelessWidget {
theme: ThemeData(
// Use the green theme for Material widgets.
primarySwatch: Colors.green,
useMaterial3: true,
),
darkTheme: ThemeData.dark(),
builder: (context, child) {

Loading…
Cancel
Save