1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Enable Material 3 in simplistic_calculator (#1966)

This commit is contained in:
Miguel Beltran
2023-07-24 20:48:26 +02:00
committed by GitHub
parent 9421c48731
commit 5331384143

View File

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