Enable Material 3 in `simplistic_calculator` (#1966)

pull/1968/head
Miguel Beltran 11 months ago committed by GitHub
parent 9421c48731
commit 5331384143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -347,6 +347,7 @@ class CalculatorApp extends ConsumerWidget {
return MaterialApp(
debugShowCheckedModeBanner: false,
theme: ThemeData.light(useMaterial3: true),
home: Scaffold(
body: Container(
color: Colors.white,

Loading…
Cancel
Save