pparth602

Scaffold Color Error

Aug 9th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 0.18 KB | None | 0 0
  1.  
  2. MaterialApp(
  3.       debugShowCheckedModeBanner: false,
  4.       theme: ThemeData(scaffoldBackgroundColor: kPrimaryLightColor),
  5.       title: 'Course App',
  6.       home: HomeScreen(),
  7. };
  8. }
Advertisement
Add Comment
Please, Sign In to add comment