Adding TopNews

This commit is contained in:
2021-03-25 10:54:09 +02:00
parent ce237c13a4
commit e290274a95
17 changed files with 510 additions and 50 deletions
+2 -1
View File
@@ -31,6 +31,7 @@ class ItemMagRowNewest extends StatelessWidget {
Text(
title,
style: TextStyle(
fontWeight: FontWeight.bold,
fontSize: 22,
),
),
@@ -62,7 +63,7 @@ class ItemMagRowNewest extends StatelessWidget {
);
},
),
)
),
],
),
);