Loading lib/pages/collections/stamp_tile.dart +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ class StampTile extends StatelessWidget { url: url, fit: BoxFit.contain, width: width ?? MediaQuery.of(context).size.width / 2 - 40, height: height, ), ), ); Loading Loading
lib/pages/collections/stamp_tile.dart +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ class StampTile extends StatelessWidget { url: url, fit: BoxFit.contain, width: width ?? MediaQuery.of(context).size.width / 2 - 40, height: height, ), ), ); Loading