Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -173,7 +173,7 @@ class _AddressItem extends StatelessWidget { | ... | @@ -173,7 +173,7 @@ class _AddressItem extends StatelessWidget { |
173 | height: 50.0, | 173 | height: 50.0, |
174 | child: Row( | 174 | child: Row( |
175 | children: <Widget>[ | 175 | children: <Widget>[ |
176 | - Expanded( | 176 | + const Expanded( |
177 | child: Text( | 177 | child: Text( |
178 | '', // '${poi.city} ${poi.district} ${poi.address}', | 178 | '', // '${poi.city} ${poi.district} ${poi.address}', |
179 | ), | 179 | ), | ... | ... |
-
Please register or login to post a comment