SliverList constructor Null safety

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

Implementation

const factory SliverList(
    {final Key? key,
    required final SliverChildDelegate delegate}) = _$SliverList;