Remove comments

This commit is contained in:
Vicente J. Ruiz Jurado 2018-08-13 07:12:27 +02:00
parent 18aaf002a3
commit fa63734ff2

View file

@ -103,12 +103,10 @@ class _HomePageState extends State<HomePage> {
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