buildChildLayout method
Subclasses should override this method to build the layout model.
Implementation
@override
Widget buildChildLayout(BuildContext context) {
return SliverGrid(delegate: childrenDelegate, gridDelegate: gridDelegate);
}
Subclasses should override this method to build the layout model.
@override
Widget buildChildLayout(BuildContext context) {
return SliverGrid(delegate: childrenDelegate, gridDelegate: gridDelegate);
}