Showing
2 changed files
with
2 additions
and
5 deletions
This diff could not be displayed because it is too large.
| @@ -227,11 +227,8 @@ class _FeatureIntroPage extends StatelessWidget { | @@ -227,11 +227,8 @@ class _FeatureIntroPage extends StatelessWidget { | ||
| 227 | maxWidth: 310, | 227 | maxWidth: 310, |
| 228 | ), | 228 | ), |
| 229 | const SizedBox(height: 4), | 229 | const SizedBox(height: 4), |
| 230 | - Lottie.asset( | ||
| 231 | - 'assets/lottie/onboarding_hrv_desc.json', | ||
| 232 | - height: 472, | ||
| 233 | - fit: BoxFit.cover, | ||
| 234 | - ), | 230 | + Lottie.asset('assets/lottie/onboarding_hrv_desc.json', |
| 231 | + height: 472, fit: BoxFit.cover, repeat: false), | ||
| 235 | ], | 232 | ], |
| 236 | ), | 233 | ), |
| 237 | ); | 234 | ); |
-
Please register or login to post a comment