chore(core): remove dead code
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -695,9 +695,6 @@ class _PagedValueGridViewState<K, V> extends State<PagedValueGridView<K, V>> {
|
|||||||
|
|
||||||
return widget.itemBuilder(context, items, index);
|
return widget.itemBuilder(context, items, index);
|
||||||
},
|
},
|
||||||
// gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(
|
|
||||||
// crossAxisCount: widget.crossAxisCount,
|
|
||||||
// ),
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
loading: () => widget.loadingBuilder(context),
|
loading: () => widget.loadingBuilder(context),
|
||||||
|
|||||||
Reference in New Issue
Block a user