SliverList constructor

const SliverList({Key key, @required SliverChildDelegate delegate })

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

Implementation

const SliverList({
  Key key,
  @required SliverChildDelegate delegate,
}) : super(key: key, delegate: delegate);