From fa63734ff270bad5273497412fcadd916b1519ba Mon Sep 17 00:00:00 2001 From: "Vicente J. Ruiz Jurado" Date: Mon, 13 Aug 2018 07:12:27 +0200 Subject: [PATCH] Remove comments --- lib/homePage.dart | 2 -- 1 file changed, 2 deletions(-) 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