migrate to material 3 design

This commit is contained in:
Ankit Mahato
2023-03-09 04:28:56 +05:30
parent c99bd771b9
commit af487193d3

View File

@ -27,7 +27,8 @@ class App extends StatelessWidget {
debugShowCheckedModeBanner: false,
theme: ThemeData(
fontFamily: GoogleFonts.openSans().fontFamily,
primarySwatch: Colors.indigo,
colorSchemeSeed: Colors.blue,
useMaterial3: true,
),
home: const HomePage(),
);