Skip to content

Instantly share code, notes, and snippets.

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