diff --git a/lib/homePage.dart b/lib/homePage.dart index 2dc6261..8a6ea4b 100644 --- a/lib/homePage.dart +++ b/lib/homePage.dart @@ -103,12 +103,10 @@ class _HomePageState extends State { final _homeFont = const TextStyle( fontSize: 50.0, fontWeight: FontWeight.w600, - // color: Colors.white, ); final _btnFont = const TextStyle( fontSize: 20.0, fontWeight: FontWeight.w600, - // color: Colors.white, ); @override