SliverVariableSizeBoxAdaptorElement constructor

SliverVariableSizeBoxAdaptorElement(
  1. SliverVariableSizeBoxAdaptorWidget widget, {
  2. bool addAutomaticKeepAlives = true,
})

Creates an element that lazily builds children for the given widget.

Implementation

SliverVariableSizeBoxAdaptorElement(SliverVariableSizeBoxAdaptorWidget widget,
    {this.addAutomaticKeepAlives = true})
    : super(widget);