We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f8bd8 commit e8a7e18Copy full SHA for e8a7e18
lib/ui/home/planet_row.dart
@@ -41,7 +41,7 @@ class PlanetRow extends StatelessWidget {
41
Widget _planetValue({String value, String image}) {
42
return new Row(
43
children: <Widget>[
44
- new Image.asset("assets/img/ic_gravity.png", height: 12.0),
+ new Image.asset(image, height: 12.0),
45
new Container(width: 8.0),
46
new Text(planet.gravity, style: regularTextStyle),
47
]
0 commit comments