Skip to content

Instantly share code, notes, and snippets.

@slamdon
Created February 17, 2020 00:26
Show Gist options
  • Select an option

  • Save slamdon/4ecd34490136a353452066088da70f3c to your computer and use it in GitHub Desktop.

Select an option

Save slamdon/4ecd34490136a353452066088da70f3c to your computer and use it in GitHub Desktop.
_buildImageContainer
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