Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vizioners
Created April 10, 2019 02:59
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 vizioners/cf7039a3057982689df4ad136d8186f2 to your computer and use it in GitHub Desktop.
Save vizioners/cf7039a3057982689df4ad136d8186f2 to your computer and use it in GitHub Desktop.
gird view
new GridView.builder(
itemCount: no.of.items,
gridDelegate:
new SliverGridDelegateWithFixedCrossAxisCount(
crossAxisCount: GridViewRow),
itemBuilder: (BuildContext context, int index) {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment