Skip to content

Instantly share code, notes, and snippets.

@Kvaibhav01
Created March 17, 2018 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kvaibhav01/328eabbc2bdd85a42fcc0e1165fea8b3 to your computer and use it in GitHub Desktop.
Save Kvaibhav01/328eabbc2bdd85a42fcc0e1165fea8b3 to your computer and use it in GitHub Desktop.
Making an instance of Materlal App
void main()
{
runApp(new MaterialApp(
home: home,
));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment