minTextAdapt: true,
splitScreenMode: true,
builder: (context, child) {
return GetMaterialApp(
themeMode: ThemeMode.system,
title: "Tiwee",
debugShowCheckedModeBanner: false,
theme: ThemeData(
textTheme: GoogleFonts.soraTextTheme(),
scaffoldBackgroundColor: Color(0xff1a1726),
),
home: MyApp(),
);
}),