SliverList constructor

const SliverList({
  1. Key? key,
  2. required SliverChildDelegate delegate,
})

Creates a sliver that places box children in a linear array.

Implementation

const SliverList({super.key, required super.delegate});