chore(core): remove dead code

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2022-04-25 17:04:10 +05:30
committed by xsahil03x
parent 942af38146
commit 381e1c06f5
@@ -695,9 +695,6 @@ class _PagedValueGridViewState<K, V> extends State<PagedValueGridView<K, V>> {
return widget.itemBuilder(context, items, index);
},
// gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(
// crossAxisCount: widget.crossAxisCount,
// ),
);
},
loading: () => widget.loadingBuilder(context),