step 3 : useMaterial3 dibuat false, krn default nya true
This commit is contained in:
@@ -24,8 +24,10 @@ class MyApp extends StatelessWidget {
|
||||
return MaterialApp(
|
||||
title: 'Aplikasi Kurir Kedungdoro',
|
||||
theme: ThemeData(
|
||||
primarySwatch: createMaterialColor(const Color(0xFF005AA9)),
|
||||
fontFamily: 'OpenSans'),
|
||||
useMaterial3: false,
|
||||
primarySwatch: createMaterialColor(const Color(0xFF005AA9)),
|
||||
fontFamily: 'OpenSans',
|
||||
),
|
||||
debugShowCheckedModeBanner: false,
|
||||
// initialRoute: loginRoute,
|
||||
initialRoute: splashRoute,
|
||||
|
||||
Reference in New Issue
Block a user