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
+1
View File
@@ -32,6 +32,7 @@ class ItemMagLarge extends StatelessWidget {
height: 235,
width: 168,
decoration: BoxDecoration(
color: Colors.grey,
shape: BoxShape.rectangle,
borderRadius: BorderRadius.all(
Radius.circular(5),
+1
View File
@@ -49,6 +49,7 @@ class ItemMagRow extends StatelessWidget {
rowTitle,
style: TextStyle(
fontSize: 22,
fontWeight: FontWeight.bold,
),
),
InkWell(
+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 {
);
},
),
)
),
],
),
);
+1
View File
@@ -18,6 +18,7 @@ class ItemMagSmall extends StatelessWidget {
height: 167,
width: 119,
decoration: BoxDecoration(
color: Colors.grey,
shape: BoxShape.rectangle,
borderRadius: BorderRadius.all(Radius.circular(5)),
image: DecorationImage(