|
|
@ -34,7 +34,12 @@ class MyApp extends StatelessWidget { |
|
|
|
title: 'Logic Circuits Simulator', |
|
|
|
title: 'Logic Circuits Simulator', |
|
|
|
theme: ThemeData( |
|
|
|
theme: ThemeData( |
|
|
|
useMaterial3: true, |
|
|
|
useMaterial3: true, |
|
|
|
primarySwatch: Colors.amber, |
|
|
|
primarySwatch: Colors.orange, |
|
|
|
|
|
|
|
), |
|
|
|
|
|
|
|
darkTheme: ThemeData( |
|
|
|
|
|
|
|
useMaterial3: true, |
|
|
|
|
|
|
|
primarySwatch: Colors.orange, |
|
|
|
|
|
|
|
brightness: Brightness.dark, |
|
|
|
), |
|
|
|
), |
|
|
|
routes: { |
|
|
|
routes: { |
|
|
|
ProjectsPage.routeName:(context) { |
|
|
|
ProjectsPage.routeName:(context) { |
|
|
|