Skip to content

Instantly share code, notes, and snippets.

@saiankit
Created May 25, 2022 10:39
Show Gist options
  • Save saiankit/f802f2a4c571b1242cb35bf5aa85e741 to your computer and use it in GitHub Desktop.
Save saiankit/f802f2a4c571b1242cb35bf5aa85e741 to your computer and use it in GitHub Desktop.
Layout builder - wrapper for main widget
return LayoutBuilder(
builder: (context, constraints) {
SizeConfig().init(constraints);
return MaterialApp(
debugShowCheckedModeBanner: false,
home: AnotherWidget(),
);
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment