Created
February 17, 2020 00:26
-
-
Save slamdon/4ecd34490136a353452066088da70f3c to your computer and use it in GitHub Desktop.
_buildImageContainer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Widget _buildImageContainer() { | |
| return Image.asset( | |
| this.trip.imageUrl, | |
| fit: BoxFit.cover, | |
| alignment: Alignment( | |
| this.tripPageVisibility.pagePosition, | |
| 0, | |
| ) | |
| ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment