sds
unknown
dart
3 years ago
400 B
6
Indexable
void main() { runApp( MaterialApp( debugShowCheckedModeBanner: false, initialRoute: 'splash', routes: { 'splash': (context) => const SplashScreen(), 'login': (context) => const LoginScreen(), 'register': (context) => const RegisterScreen(), }, theme: ThemeData( fontFamily: GoogleFonts.ubuntu().fontFamily, ),), ); }
Editor is loading...