SliverLayoutGrid constructor

const SliverLayoutGrid({
  1. Key? key,
  2. required SliverChildDelegate delegate,
  3. SliverLayoutGridDelegate? gridDelegate,
})

Implementation

const SliverLayoutGrid({
  Key? key,
  required this.delegate,
  this.gridDelegate,
});