prototypeItem property Null safety
final
Defines the main axis extent of all of this sliver's children.
The prototypeItem is laid out before the rest of the sliver's children and its size along the main axis fixes the size of each child. The prototypeItem is essentially Offstage: it is not painted and it cannot respond to input.
Implementation
final Widget prototypeItem;