Twitter - proof of concept - needs api fleshed out. has place holder data - edited the images

This commit is contained in:
kwainright
2020-04-09 20:44:14 -04:00
parent 0510b9f7dd
commit 71c0c072ab

View File

@@ -47,7 +47,7 @@ class TwitterCard extends StatelessWidget{
padding: EdgeInsets.symmetric(vertical: 10, horizontal: 0), padding: EdgeInsets.symmetric(vertical: 10, horizontal: 0),
child: ListTile( child: ListTile(
leading: SizedBox( leading: SizedBox(
height: 125, height: 150,
width: 75, width: 75,
child: Container( child: Container(
decoration: BoxDecoration( decoration: BoxDecoration(