SliverGrid constructor Null safety
- {Key? key,
- required SliverChildDelegate delegate,
- required SliverGridDelegate gridDelegate}
Implementation
const factory SliverGrid(
{final Key? key,
required final SliverChildDelegate delegate,
required final SliverGridDelegate gridDelegate}) = _$SliverGrid;