Skip to content

Instantly share code, notes, and snippets.

@TechieBlossom
Created November 15, 2019 14:44
Show Gist options
  • Save TechieBlossom/d8a4b84a0e34e3c308f0193b0a23b357 to your computer and use it in GitHub Desktop.
Save TechieBlossom/d8a4b84a0e34e3c308f0193b0a23b357 to your computer and use it in GitHub Desktop.
body: SingleChildScrollView(
child: Column(
children: <Widget>[
TopBar(),
RightImageProductImageWidget(
screenHeight: screenHeight,
product: pixel,
)
],
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment