Skip to content

Instantly share code, notes, and snippets.

@TechieBlossom
Created November 16, 2019 15:37
Show Gist options
  • Save TechieBlossom/0554591d0df893ac9ae8a6d84d6db04d to your computer and use it in GitHub Desktop.
Save TechieBlossom/0554591d0df893ac9ae8a6d84d6db04d to your computer and use it in GitHub Desktop.
return Scaffold(
body: Stack(
children: <Widget>[
ProductDetailBackground(
screenHeight: screenHeight,
screenWidth: screenWidth,
),
SingleChildScrollView(
child: Column(
children: <Widget>[
ProductDetailTopBar(),
],
),
),
],
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment