Remove comments
This commit is contained in:
parent
18aaf002a3
commit
fa63734ff2
1 changed files with 0 additions and 2 deletions
|
|
@ -103,12 +103,10 @@ class _HomePageState extends State<HomePage> {
|
||||||
final _homeFont = const TextStyle(
|
final _homeFont = const TextStyle(
|
||||||
fontSize: 50.0,
|
fontSize: 50.0,
|
||||||
fontWeight: FontWeight.w600,
|
fontWeight: FontWeight.w600,
|
||||||
// color: Colors.white,
|
|
||||||
);
|
);
|
||||||
final _btnFont = const TextStyle(
|
final _btnFont = const TextStyle(
|
||||||
fontSize: 20.0,
|
fontSize: 20.0,
|
||||||
fontWeight: FontWeight.w600,
|
fontWeight: FontWeight.w600,
|
||||||
// color: Colors.white,
|
|
||||||
);
|
);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue