's removed
This commit is contained in:
@@ -91,13 +91,13 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver {
|
||||
Widget build(BuildContext context) {
|
||||
return ScreenUtilInit(
|
||||
builder: (BuildContext context, Widget? child) => GetMaterialApp(
|
||||
title: 'Trader\'s Circuit',
|
||||
title: 'Traders Circuit',
|
||||
theme: ThemeData(
|
||||
primarySwatch: Colors.blue,
|
||||
fontFamily: 'manrope',
|
||||
fontFamily: 'hiragino',
|
||||
),
|
||||
debugShowCheckedModeBanner: false,
|
||||
initialRoute: RouteName.contentbytes,
|
||||
initialRoute: RouteName.splashScreen,
|
||||
getPages: AppRoutes.appRoutes(),
|
||||
),
|
||||
designSize: const Size(390, 844),
|
||||
|
||||
Reference in New Issue
Block a user