SliverGrid constructor
Creates a sliver that places multiple box children in a two dimensional arrangement.
Implementation
const SliverGrid({
Key key,
@required SliverChildDelegate delegate,
@required this.gridDelegate,
}) : super(key: key, delegate: delegate);