grafica pagina TodayView.dart

This commit is contained in:
Tito Arrigo
2023-09-28 09:49:09 +02:00
committed by Joe Küng
parent 8363776e78
commit 473f6d9a5f
5 changed files with 106 additions and 14 deletions

View File

@@ -9,8 +9,7 @@ class MyApp extends StatelessWidget {
return MaterialApp(
title: 'My App',
theme: ThemeData(
useMaterial3: true,
primaryColor: Colors.red,
useMaterial3: true, colorScheme: ColorScheme.fromSwatch().copyWith(secondary: Colors.orange, primary: Colors.blueAccent, background: Colors.white),
),
home: Navigation()
);